aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-Graph
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-13 14:59:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-13 14:59:51 +0000
commitf1fa4b8f5390c5ea0dd36dd51c2000368f35c79f (patch)
treed3953263030c4b98400a017592a1a502c9e77419 /graphics/p5-GD-Graph
parent4d3c82a3e2c04d18d25bbc7a84992cad5496783c (diff)
downloadports-f1fa4b8f5390c5ea0dd36dd51c2000368f35c79f.tar.gz
ports-f1fa4b8f5390c5ea0dd36dd51c2000368f35c79f.zip
- Use CPAN macro
- Allow port build on old perl (5.6.2) - Remove no-longer-use post-patch target PR: 121447 Submitted by: leeym Approved by: mat (implicit)
Notes
Notes: svn path=/head/; revision=208961
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r--graphics/p5-GD-Graph/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile
index ce4a3c808704..3e688d8e1272 100644
--- a/graphics/p5-GD-Graph/Makefile
+++ b/graphics/p5-GD-Graph/Makefile
@@ -9,8 +9,7 @@ PORTNAME= GD-Graph
PORTVERSION= 1.44
PORTREVISION= 1
CATEGORIES= graphics perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Test/BWARFIELD
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= GDGraph-${DISTVERSION}
@@ -21,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
RUN_DEPENDS= ${BUILD_DEPENDS}
-PERL_CONFIGURE= 5.8.0+
+PERL_CONFIGURE= yes
MAN3= GD::Graph.3 \
GD::Graph::Data.3 \
@@ -30,7 +29,4 @@ MAN3= GD::Graph.3 \
GD::Graph::colour.3 \
GD::Graph::hbars.3
-post-patch:
- @${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f
-
.include <bsd.port.mk>