Index: head/textproc/p5-Getopt-Lucid/Makefile =================================================================== --- head/textproc/p5-Getopt-Lucid/Makefile (revision 406115) +++ head/textproc/p5-Getopt-Lucid/Makefile (revision 406116) @@ -1,26 +1,23 @@ # Created by: Felippe de Meirelles Motta # $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 .include Index: head/textproc/p5-Getopt-Lucid/distinfo =================================================================== --- head/textproc/p5-Getopt-Lucid/distinfo (revision 406115) +++ head/textproc/p5-Getopt-Lucid/distinfo (revision 406116) @@ -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 Index: head/textproc/p5-Getopt-Lucid/pkg-descr =================================================================== --- head/textproc/p5-Getopt-Lucid/pkg-descr (revision 406115) +++ head/textproc/p5-Getopt-Lucid/pkg-descr (revision 406116) @@ -1,7 +1,7 @@ The goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a 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/