diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-15 14:23:40 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-15 14:23:40 +0800 |
commit | 1fd774150db5c2ea8fa1ce5c38b627797ed6ad9e (patch) | |
tree | 55bc1f851cfebc0153898588b431cce3d1fb682e /devel/p5-Getopt-Long-Descriptive/Makefile | |
parent | 9bfe7c2d2af8c0f265e771205f76ccefcb82a20b (diff) | |
download | freebsd-ports-gnome-1fd774150db5c2ea8fa1ce5c38b627797ed6ad9e.tar.gz freebsd-ports-gnome-1fd774150db5c2ea8fa1ce5c38b627797ed6ad9e.tar.zst freebsd-ports-gnome-1fd774150db5c2ea8fa1ce5c38b627797ed6ad9e.zip |
- Update to 0.083
Diffstat (limited to 'devel/p5-Getopt-Long-Descriptive/Makefile')
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 9 |
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> |