diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-11 03:45:32 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-11 03:45:32 +0000 |
commit | 8fee39965ff0d58d500bde688fb0dc7db3ab5a5f (patch) | |
tree | 755e32debb74824c1d0538360faae4065b2bb00a /devel/p5-Getopt-Declare | |
parent | 113e33a964c3e8ec8bd94eda635b30f5f61a3405 (diff) |
Notes
Diffstat (limited to 'devel/p5-Getopt-Declare')
-rw-r--r-- | devel/p5-Getopt-Declare/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Getopt-Declare/Makefile b/devel/p5-Getopt-Declare/Makefile index 55a16179c702..350cbe2c446b 100644 --- a/devel/p5-Getopt-Declare/Makefile +++ b/devel/p5-Getopt-Declare/Makefile @@ -7,6 +7,7 @@ PORTNAME= Getopt-Declare PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Declaratively Expressed Command-Line Arguments via Regular Expressions -BUILD_DEPENDS= p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Getopt::Declare.3 |