aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-ReadWrite/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-22 10:44:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-22 10:44:13 +0000
commitbb78db4ef3d36976f2293fef259a50a23b5cea90 (patch)
treec68369edf9f9cc1d3e86ba232ce1233ca5b90958 /graphics/p5-Graph-ReadWrite/Makefile
parent8e84fba18fd369badcf9f92a14fc3b9260a17f8e (diff)
downloadports-bb78db4ef3d36976f2293fef259a50a23b5cea90.tar.gz
ports-bb78db4ef3d36976f2293fef259a50a23b5cea90.zip
- Update to 2.07
- Add LICENSE - Remove post-patch: which is fixed by upstream - Sort PLIST Changes: http://search.cpan.org/dist/Graph-ReadWrite/Changes
Notes
Notes: svn path=/head/; revision=379594
Diffstat (limited to 'graphics/p5-Graph-ReadWrite/Makefile')
-rw-r--r--graphics/p5-Graph-ReadWrite/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile
index 6bbb556fe05f..91bc26d94065 100644
--- a/graphics/p5-Graph-ReadWrite/Makefile
+++ b/graphics/p5-Graph-ReadWrite/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Graph-ReadWrite
-PORTVERSION= 2.06
-PORTREVISION= 1
+PORTVERSION= 2.07
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Reading and Writing a variety of graph file formats
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Graph>=0.50:${PORTSDIR}/math/p5-Graph \
p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
@@ -20,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-post-patch:
- @${REINPLACE_CMD} -e 's|Graph-ReadWrite|Graph::ReadWrite|' ${WRKSRC}/Makefile.PL
-
.include <bsd.port.mk>