diff options
author | gabor <gabor@FreeBSD.org> | 2008-03-04 05:37:35 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-03-04 05:37:35 +0800 |
commit | 7289eb05d17f04f1957d73173454fe1a74a1c44a (patch) | |
tree | 345aaccf9c25276f3700da4ad7f15d4ef3a48e8e /textproc/p5-Getopt-Lucid/Makefile | |
parent | 75c22b5c682f5a56ab25d9b20ca8b463ffc9f50d (diff) | |
download | freebsd-ports-gnome-7289eb05d17f04f1957d73173454fe1a74a1c44a.tar.gz freebsd-ports-gnome-7289eb05d17f04f1957d73173454fe1a74a1c44a.tar.zst freebsd-ports-gnome-7289eb05d17f04f1957d73173454fe1a74a1c44a.zip |
- Update to 0.17
- Better adjustement of dependencies
PR: ports/121036
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer)
Diffstat (limited to 'textproc/p5-Getopt-Lucid/Makefile')
-rw-r--r-- | textproc/p5-Getopt-Lucid/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index ed5e3c2964af..77ef8a80c250 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Lucid -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippemail@gmail.com COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Exception/Class/TryCatch.pm:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +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 RUN_DEPENDS+= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.6.0+ MAN3= Getopt::Lucid.3 |