diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-08-23 07:14:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-08-23 07:14:36 +0000 |
commit | c10fc39474ef2be3786f430b86e15a59efc8b9f6 (patch) | |
tree | 3b2ae82396a47471bfc9ff849fa37b6d6cfecf61 /devel/p5-Getopt-Long-Descriptive | |
parent | 6c407c7aed8f1833676b5a2377ff8942969c9d97 (diff) | |
download | ports-c10fc39474ef2be3786f430b86e15a59efc8b9f6.tar.gz ports-c10fc39474ef2be3786f430b86e15a59efc8b9f6.zip |
Notes
Diffstat (limited to 'devel/p5-Getopt-Long-Descriptive')
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/pkg-plist | 2 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile index 673c29c114ff..1d129411627d 100644 --- a/devel/p5-Getopt-Long-Descriptive/Makefile +++ b/devel/p5-Getopt-Long-Descriptive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.074 +PORTVERSION= 0.077 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Getopt::Long with usage text -RUN_DEPENDS= p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy +RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes -MAN3= Getopt::Long::Descriptive.3 +MAN3= Getopt::Long::Descriptive.3 Getopt::Long::Descriptive::Usage.3 .include <bsd.port.mk> diff --git a/devel/p5-Getopt-Long-Descriptive/distinfo b/devel/p5-Getopt-Long-Descriptive/distinfo index acdd69344da6..32cd78fba140 100644 --- a/devel/p5-Getopt-Long-Descriptive/distinfo +++ b/devel/p5-Getopt-Long-Descriptive/distinfo @@ -1,3 +1,3 @@ -MD5 (Getopt-Long-Descriptive-0.074.tar.gz) = bf4931dfd87314376ecb74dc8d205944 -SHA256 (Getopt-Long-Descriptive-0.074.tar.gz) = 8dae39fc8b00eccd34fe87f3516ca19674ecc7a372143a5124c27b9686f1c120 -SIZE (Getopt-Long-Descriptive-0.074.tar.gz) = 8000 +MD5 (Getopt-Long-Descriptive-0.077.tar.gz) = a39971f6f138ebe6004438402620d032 +SHA256 (Getopt-Long-Descriptive-0.077.tar.gz) = 404eabac8cea4596a0d9a3c5e9200f195713c548b01c5d871a457def6ec483fe +SIZE (Getopt-Long-Descriptive-0.077.tar.gz) = 9166 diff --git a/devel/p5-Getopt-Long-Descriptive/pkg-plist b/devel/p5-Getopt-Long-Descriptive/pkg-plist index 1e1df4ce3dcf..b0fd3bf0d437 100644 --- a/devel/p5-Getopt-Long-Descriptive/pkg-plist +++ b/devel/p5-Getopt-Long-Descriptive/pkg-plist @@ -1,7 +1,9 @@ %%SITE_PERL%%/Getopt/Long/Descriptive.pm +%%SITE_PERL%%/Getopt/Long/Descriptive/Usage.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt +@dirrmtry %%SITE_PERL%%/Getopt/Long/Descriptive @dirrmtry %%SITE_PERL%%/Getopt/Long @dirrmtry %%SITE_PERL%%/Getopt |