From 7289eb05d17f04f1957d73173454fe1a74a1c44a Mon Sep 17 00:00:00 2001 From: gabor Date: Mon, 3 Mar 2008 21:37:35 +0000 Subject: - Update to 0.17 - Better adjustement of dependencies PR: ports/121036 Submitted by: Felippe de Meirelles Motta (maintainer) --- textproc/p5-Getopt-Lucid/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'textproc/p5-Getopt-Lucid/Makefile') 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 -- cgit