aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-13 22:59:51 +0800
committermiwi <miwi@FreeBSD.org>2008-03-13 22:59:51 +0800
commitf95e4655d40bfb8d066432a90358a76b93b6b555 (patch)
tree17bd0e1977eb5578dd54e47c8d7bc88ecda3e1ad /graphics
parentd4f90af946f9ee78692c7b8ad1582315b8be78eb (diff)
downloadfreebsd-ports-gnome-f95e4655d40bfb8d066432a90358a76b93b6b555.tar.gz
freebsd-ports-gnome-f95e4655d40bfb8d066432a90358a76b93b6b555.tar.zst
freebsd-ports-gnome-f95e4655d40bfb8d066432a90358a76b93b6b555.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)
Diffstat (limited to 'graphics')
-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>