diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-10-28 14:32:07 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-10-28 14:32:07 +0000 |
commit | 1d8f01a1004537757851d3e315243aa69a6faaf0 (patch) | |
tree | ae2988f10d39e613086b71c68856cbcf06424e20 /devel/p5-Getopt-Euclid | |
parent | e58629d2a73e7a5bc415b96b00d871ea1c8daebf (diff) |
Notes
Diffstat (limited to 'devel/p5-Getopt-Euclid')
-rw-r--r-- | devel/p5-Getopt-Euclid/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Getopt-Euclid/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Getopt-Euclid/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Getopt-Euclid/pkg-plist | 7 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Euclid/Makefile b/devel/p5-Getopt-Euclid/Makefile new file mode 100644 index 000000000000..f3a5578aa2b3 --- /dev/null +++ b/devel/p5-Getopt-Euclid/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Getopt-Euclid +# Date created: 28 Oct 2008 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Getopt-Euclid +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX=v +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Executable Uniform Command-Line Interface Descriptions + +BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Getopt::Euclid.3 Getopt::Euclid::HierDemo.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Getopt-Euclid/distinfo b/devel/p5-Getopt-Euclid/distinfo new file mode 100644 index 000000000000..db8203c6c37a --- /dev/null +++ b/devel/p5-Getopt-Euclid/distinfo @@ -0,0 +1,3 @@ +MD5 (Getopt-Euclid-v0.2.0.tar.gz) = d9389f7dc20ca8efde4730536e1adbef +SHA256 (Getopt-Euclid-v0.2.0.tar.gz) = 91ebe1e2223952a83f1498fbc6575737570515ce175b7ad839d4079e98a1416f +SIZE (Getopt-Euclid-v0.2.0.tar.gz) = 25664 diff --git a/devel/p5-Getopt-Euclid/pkg-descr b/devel/p5-Getopt-Euclid/pkg-descr new file mode 100644 index 000000000000..b6d74101e391 --- /dev/null +++ b/devel/p5-Getopt-Euclid/pkg-descr @@ -0,0 +1,5 @@ +Getopt::Euclid uses your program's own documentation to create a +command-line argument parser. This ensures that your program's documented +interface and its actual interface always agree. + +WWW: http://search.cpan.org/dist/Getopt-Euclid/ diff --git a/devel/p5-Getopt-Euclid/pkg-plist b/devel/p5-Getopt-Euclid/pkg-plist new file mode 100644 index 000000000000..c4c2862787fb --- /dev/null +++ b/devel/p5-Getopt-Euclid/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Euclid/.packlist +%%SITE_PERL%%/Getopt/Euclid.pm +%%SITE_PERL%%/Getopt/Euclid/HierDemo.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Euclid +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt +@dirrmtry %%SITE_PERL%%/Getopt/Euclid +@dirrmtry %%SITE_PERL%%/Getopt |