diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/pkg-descr | 13 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/pkg-plist | 14 |
6 files changed, 55 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e81c722..443e59c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -312,6 +312,7 @@ SUBDIR += p5-File-Tools SUBDIR += p5-Filter SUBDIR += p5-FreezeThaw + SUBDIR += p5-Getopt-Long SUBDIR += p5-Glade-Perl SUBDIR += p5-Heap SUBDIR += p5-IO diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile new file mode 100644 index 0000000..cdda22e --- /dev/null +++ b/devel/p5-Getopt-Long/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Getopt-Long +# Date created: 31 May 2001 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Getopt-Long +PORTVERSION= 2.25 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Getopt +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +PERL_CONFIGURE= yes + +MAN3= Getopt::Long.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +pre-configure: + ${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL + +.include <bsd.port.mk> diff --git a/devel/p5-Getopt-Long/distinfo b/devel/p5-Getopt-Long/distinfo new file mode 100644 index 0000000..3aeacb7 --- /dev/null +++ b/devel/p5-Getopt-Long/distinfo @@ -0,0 +1 @@ +MD5 (Getopt-Long-2.25.tar.gz) = 34d2712622aba807a9a49545ee48e5b3 diff --git a/devel/p5-Getopt-Long/pkg-comment b/devel/p5-Getopt-Long/pkg-comment new file mode 100644 index 0000000..d6d9040 --- /dev/null +++ b/devel/p5-Getopt-Long/pkg-comment @@ -0,0 +1 @@ +Perl module for extended processing of command line options diff --git a/devel/p5-Getopt-Long/pkg-descr b/devel/p5-Getopt-Long/pkg-descr new file mode 100644 index 0000000..578cc10 --- /dev/null +++ b/devel/p5-Getopt-Long/pkg-descr @@ -0,0 +1,13 @@ +Module Getopt::Long implements an extended getopt function called +GetOptions(). This function implements the POSIX standard for command +line options, with GNU extensions, while still capable of handling the +traditional one-letter options. + +In general, this means that command line options can have long names +instead of single letters, and are introduced with a double dash `--'. + +Optionally, Getopt::Long can support the traditional bundling of +single-letter command line options. + +-Anton +<tobez@tobez.org> diff --git a/devel/p5-Getopt-Long/pkg-plist b/devel/p5-Getopt-Long/pkg-plist new file mode 100644 index 0000000..f43ddea --- /dev/null +++ b/devel/p5-Getopt-Long/pkg-plist @@ -0,0 +1,14 @@ +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/GetOptions.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/FindOption.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/Configure.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/config.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/Croak.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Long/.packlist +lib/perl5/site_perl/%%PERL_VER%%/newgetopt.pl +lib/perl5/site_perl/%%PERL_VER%%/Getopt/Long.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Long +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Getopt 2>/dev/null || true |