diff options
Diffstat (limited to 'devel/p5-Getopt-Compact/Makefile')
-rw-r--r-- | devel/p5-Getopt-Compact/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Compact/Makefile b/devel/p5-Getopt-Compact/Makefile new file mode 100644 index 000000000000..7d51f42d9665 --- /dev/null +++ b/devel/p5-Getopt-Compact/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Getopt-Compact +# Date created: July 16th 2010 +# Whom: Evgeniy Kosov <evgeniy@kosov.su> +# +# $FreeBSD$ +# + +PORTNAME= Getopt-Compact +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= getopt processing in a compact statement with both long and short options, and usage functionality + +PERL_CONFIGURE= yes + +MAN3= Getopt::Compact.3 \ + Getopt::Compact::PodMunger.3 + +.include <bsd.port.mk> |