diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-16 05:46:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-16 05:46:36 +0800 |
commit | 261a82d0c9b1cd9262dc4a151112968f244df345 (patch) | |
tree | 272d8a4e84987c7f8d0ba2930f6926aa00f6406d /devel | |
parent | 317877db683d7b02e78f8a2eddff30cb617d3d9c (diff) | |
download | freebsd-ports-gnome-261a82d0c9b1cd9262dc4a151112968f244df345.tar.gz freebsd-ports-gnome-261a82d0c9b1cd9262dc4a151112968f244df345.tar.zst freebsd-ports-gnome-261a82d0c9b1cd9262dc4a151112968f244df345.zip |
- Fix *_DEPENDS:
- p5-Data-Dumper is already in all supported Perl releases
- p5-Error is not required
- Bump PORTREVISION for dependency change
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Dumper-Concise/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/p5-Data-Dumper-Concise/Makefile b/devel/p5-Data-Dumper-Concise/Makefile index a60cb5a830ad..a9a31edd9cb8 100644 --- a/devel/p5-Data-Dumper-Concise/Makefile +++ b/devel/p5-Data-Dumper-Concise/Makefile @@ -3,6 +3,7 @@ PORTNAME= Data-Dumper-Concise PORTVERSION= 2.021 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FREW @@ -14,10 +15,6 @@ COMMENT= Less indentation and newlines plus sub deparsing LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS = p5-Error>=0:${PORTSDIR}/lang/p5-Error - OPTIONS_DEFINE= ARGNAMES OPTIONS_DEFAULT=ARGNAMES ARGNAMES_DESC= Enable DwarnN subroutine |