diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 20:36:19 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 20:36:19 +0800 |
commit | c15a759ac60bfe618441f91c78496a88c20aaa94 (patch) | |
tree | f59f5874c722d572489e0dda7606876f1cf7457a /textproc/p5-Getopt-Lucid | |
parent | 518aa6cf61b5838174fe1c2e961cf6b099fcb434 (diff) | |
download | freebsd-ports-gnome-c15a759ac60bfe618441f91c78496a88c20aaa94.tar.gz freebsd-ports-gnome-c15a759ac60bfe618441f91c78496a88c20aaa94.tar.zst freebsd-ports-gnome-c15a759ac60bfe618441f91c78496a88c20aaa94.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu)
Diffstat (limited to 'textproc/p5-Getopt-Lucid')
-rw-r--r-- | textproc/p5-Getopt-Lucid/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index c89952153e5b..e3b2ea41f885 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -7,6 +7,7 @@ PORTNAME= Getopt-Lucid PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing -BUILD_DEPENDS+= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ - p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable \ - p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple +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+= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.6.0+ |