Skip to content

Commit

Permalink
Updated/added build files
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Sep 25, 2009
1 parent 08ac828 commit 4e976f4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,8 @@
#*
*.bak
*.zip
Makefile
Makefile.old
MANIFEST
MANIFEST.bak
*~ *~
17 changes: 17 additions & 0 deletions MANIFEST.SKIP
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,17 @@
# version control
\bCVS
(^|/)\.

# CPAN chain files
^MANIFEST
^Makefile
^META.yml$
^blib/
\#$
~$
.bak$

# packages
\.zip$
\.tar\.gz$

7 changes: 7 additions & 0 deletions Makefile.PL
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'OpenSSO',
VERSION => '1.0b1',
DISTNAME => 'OpenSSO',
);

0 comments on commit 4e976f4

Please sign in to comment.