diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-09-21 00:31:48 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-09-21 00:31:48 +0000 |
commit | 02b2b31ef41d6e27276094cb0eda542778cc4e12 (patch) | |
tree | 94a5c356a8802bc893e5681f5d6912cfa3534fb7 /devel/p5-Getopt-Long-Descriptive/Makefile | |
parent | a5d3b8772adee3be14236ffb032cd30620615191 (diff) | |
download | ports-02b2b31ef41d6e27276094cb0eda542778cc4e12.tar.gz ports-02b2b31ef41d6e27276094cb0eda542778cc4e12.zip |
- Update to 0.086
- Minimum requirements for p5-Sub-Exporter dependency updated
- Update pkg-plist with dirrmtry instead of dirrm
PR: ports/150755
Submitted by: Frederic Culot <frederic@culot.org>
Notes
Notes:
svn path=/head/; revision=261512
Diffstat (limited to 'devel/p5-Getopt-Long-Descriptive/Makefile')
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile index 6ef685e24073..70f4c7048b15 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.085 +PORTVERSION= 0.086 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Getopt::Long with usage text RUN_DEPENDS= p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter + p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |