aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Getopt-Long-Descriptive/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-15 06:23:40 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-15 06:23:40 +0000
commit05c987af5754cbd14df777826540d959202512f0 (patch)
tree907efc80503037b18c8dea4d51ebbfb4c62fd2e1 /devel/p5-Getopt-Long-Descriptive/Makefile
parentbb8e8727f4c7d89421f86bb588f638f8a107d22b (diff)
downloadports-05c987af5754cbd14df777826540d959202512f0.tar.gz
ports-05c987af5754cbd14df777826540d959202512f0.zip
Notes
Diffstat (limited to 'devel/p5-Getopt-Long-Descriptive/Makefile')
-rw-r--r--devel/p5-Getopt-Long-Descriptive/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile
index 82bf379becef..f196e88abee1 100644
--- a/devel/p5-Getopt-Long-Descriptive/Makefile
+++ b/devel/p5-Getopt-Long-Descriptive/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Getopt-Long-Descriptive
-PORTVERSION= 0.082
+PORTVERSION= 0.083
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,6 +20,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Getopt::Long::Descriptive.3 Getopt::Long::Descriptive::Usage.3
+MAN3= Getopt::Long::Descriptive::Opts.3 \
+ Getopt::Long::Descriptive.3 \
+ Getopt::Long::Descriptive::Usage.3 \
+ Getopt::Long::Descriptive::Opts.3 \
+ Getopt::Long::Descriptive.3 \
+ Getopt::Long::Descriptive::Usage.3
.include <bsd.port.mk>