diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-01-04 07:42:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-01-04 07:42:28 +0000 |
commit | 1b2d44a9ea48e144c6fdc88bdfa676a041802da0 (patch) | |
tree | dc177e1555c6f2a5e489389ad4ce2d5f0c087ff7 /devel/p5-Getopt-Long-Descriptive/Makefile | |
parent | e1aa1a47682e0c8f34890ba120dfc508e8b383f3 (diff) |
Notes
Diffstat (limited to 'devel/p5-Getopt-Long-Descriptive/Makefile')
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile index f196e88abee1..91110ed0a00d 100644 --- a/devel/p5-Getopt-Long-Descriptive/Makefile +++ b/devel/p5-Getopt-Long-Descriptive/Makefile @@ -7,6 +7,7 @@ PORTNAME= Getopt-Long-Descriptive PORTVERSION= 0.083 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,11 +21,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -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 +MAN3= Getopt::Long::Descriptive.3 \ + Getopt::Long::Descriptive::Opts.3 \ + Getopt::Long::Descriptive::Usage.3 .include <bsd.port.mk> |