diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index 8b6d5e13217b..4094937baa8f 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -2,24 +2,21 @@ # $FreeBSD$ PORTNAME= Getopt-Lucid -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.06 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org -COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing +COMMENT= Clear, readable syntax for command line processing LICENSE= APACHE20 -BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ - p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp -RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable +BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class +RUN_DEPENDS+= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Getopt-Lucid/distinfo b/textproc/p5-Getopt-Lucid/distinfo index 3275058139ea..0ee4b2f25fc2 100644 --- a/textproc/p5-Getopt-Lucid/distinfo +++ b/textproc/p5-Getopt-Lucid/distinfo @@ -1,2 +1,2 @@ -SHA256 (Getopt-Lucid-1.05.tar.gz) = 7e9750a7c75d756cfc50a8acb5327bbc9b8da3bf7b8a7b33e02d3c5d9bc0f979 -SIZE (Getopt-Lucid-1.05.tar.gz) = 44048 +SHA256 (Getopt-Lucid-1.06.tar.gz) = a9f05bff4b54ce6116b93ed5ff87003f7b25d796b66f4273b67499a39d65f40b +SIZE (Getopt-Lucid-1.06.tar.gz) = 46815 diff --git a/textproc/p5-Getopt-Lucid/pkg-descr b/textproc/p5-Getopt-Lucid/pkg-descr index 9cac27a1f00f..4f0be63df19d 100644 --- a/textproc/p5-Getopt-Lucid/pkg-descr +++ b/textproc/p5-Getopt-Lucid/pkg-descr @@ -4,4 +4,4 @@ subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared against the more symbolic approach of Getopt::Long. -WWW: http://search.cpan.org/dist/Getopt-Lucid/ +WWW: http://search.cpan.org/dist/Getopt-Lucid/