diff options
author | lippe <lippe@FreeBSD.org> | 2012-05-25 00:05:05 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2012-05-25 00:05:05 +0800 |
commit | 2308203f3c591b6b650202a378099348377b22af (patch) | |
tree | ef31cc8c46b048ff84b494c7632061d5b7522ee2 /textproc | |
parent | 2280031f5a50e0ef4c9cfbd42680d19da0481c22 (diff) | |
download | freebsd-ports-gnome-2308203f3c591b6b650202a378099348377b22af.tar.gz freebsd-ports-gnome-2308203f3c591b6b650202a378099348377b22af.tar.zst freebsd-ports-gnome-2308203f3c591b6b650202a378099348377b22af.zip |
- Bump PORTREVISION.
- Remove RUN_DEPENDS.
PR: ports/167901
Submitted by: sunpoet
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Getopt-Lucid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index c7bdcca867ed..c0ff69d27e63 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -7,6 +7,7 @@ PORTNAME= Getopt-Lucid PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing -BUILD_DEPENDS+= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ +BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch -RUN_DEPENDS+= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ - p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable PERL_CONFIGURE= yes |