diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
commit | 3dece93ee25ebf53be8b1293a73affc41d500e2c (patch) | |
tree | 185ef682734202845bdc727c6423b7fd5bd9f562 /textproc/p5-Getopt-Lucid | |
parent | b731ccdbfc5cf2d74ba2737f0e8d2c2b9e53d080 (diff) | |
download | ports-3dece93ee25ebf53be8b1293a73affc41d500e2c.tar.gz ports-3dece93ee25ebf53be8b1293a73affc41d500e2c.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248607
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+ |