diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-01-19 19:49:00 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-01-19 19:49:00 +0000 |
commit | 3a50857150029fd15e48f27df89d6b0ee2f9b23a (patch) | |
tree | 287571eb3a1a1e2d7f25acfe7522b60b49cf5f57 /devel/p5-Getopt-Mixed | |
parent | ce2fc901095d1a277b99a9fdcaf391e427cf3b6e (diff) | |
download | ports-3a50857150029fd15e48f27df89d6b0ee2f9b23a.tar.gz ports-3a50857150029fd15e48f27df89d6b0ee2f9b23a.zip |
Notes
Diffstat (limited to 'devel/p5-Getopt-Mixed')
-rw-r--r-- | devel/p5-Getopt-Mixed/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Mixed/Makefile b/devel/p5-Getopt-Mixed/Makefile new file mode 100644 index 000000000000..00430cc843da --- /dev/null +++ b/devel/p5-Getopt-Mixed/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Getopt-Mixed +# Date created: 17 Jan 2003 +# Whom: sumikawa +# +# $FreeBSD$ +# + +PORTNAME= Getopt-Mixed +PORTVERSION= 1.008 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Getopt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Getopt::Mixed.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-Mixed/distinfo b/devel/p5-Getopt-Mixed/distinfo new file mode 100644 index 000000000000..d503a4101ec6 --- /dev/null +++ b/devel/p5-Getopt-Mixed/distinfo @@ -0,0 +1 @@ +MD5 (Getopt-Mixed-1.008.tar.gz) = 7d492669944f93809b7963f2c88865e7 diff --git a/devel/p5-Getopt-Mixed/pkg-comment b/devel/p5-Getopt-Mixed/pkg-comment new file mode 100644 index 000000000000..1437ff940d79 --- /dev/null +++ b/devel/p5-Getopt-Mixed/pkg-comment @@ -0,0 +1 @@ +Perl module for processing of both short and long command line options diff --git a/devel/p5-Getopt-Mixed/pkg-descr b/devel/p5-Getopt-Mixed/pkg-descr new file mode 100644 index 000000000000..b9e5ee03f25a --- /dev/null +++ b/devel/p5-Getopt-Mixed/pkg-descr @@ -0,0 +1,4 @@ +This module provides GNU-style option processing for Perl 5 scripts, +with both long and short options. Please see the documentation at the +end of the module for instructions on its use and licensing +restrictions. diff --git a/devel/p5-Getopt-Mixed/pkg-plist b/devel/p5-Getopt-Mixed/pkg-plist new file mode 100644 index 000000000000..22c42cb1a725 --- /dev/null +++ b/devel/p5-Getopt-Mixed/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Mixed/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Getopt/Mixed.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Mixed +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mixed 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Getopt 2>/dev/null || true |