aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-SVG
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-06 01:32:32 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-06 01:32:32 +0000
commitd3ce164c142a9e887cb2f58f5068f57d9831365b (patch)
tree91f69d938e318f8e85ac11582b269808f1636042 /graphics/p5-GD-SVG
parentcbedd5479a699703618681fdc0e29ef130ce03e5 (diff)
downloadports-d3ce164c142a9e887cb2f58f5068f57d9831365b.tar.gz
ports-d3ce164c142a9e887cb2f58f5068f57d9831365b.zip
Notes
Diffstat (limited to 'graphics/p5-GD-SVG')
-rw-r--r--graphics/p5-GD-SVG/Makefile11
-rw-r--r--graphics/p5-GD-SVG/distinfo6
-rw-r--r--graphics/p5-GD-SVG/pkg-descr1
3 files changed, 12 insertions, 6 deletions
diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile
index 8214619cf6c9..e4f49da1f503 100644
--- a/graphics/p5-GD-SVG/Makefile
+++ b/graphics/p5-GD-SVG/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= GD-SVG
-PORTVERSION= 0.27
+PORTVERSION= 0.28
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@@ -18,10 +18,15 @@ COMMENT= Seamlessly enable SVG output from scripts written using GD
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
PERL_CONFIGURE= yes
MAN3= GD::SVG.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800 #inherited from graphics/p5-GD
+IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/graphics/p5-GD-SVG/distinfo b/graphics/p5-GD-SVG/distinfo
index 662edb025841..6a116b230abd 100644
--- a/graphics/p5-GD-SVG/distinfo
+++ b/graphics/p5-GD-SVG/distinfo
@@ -1,3 +1,3 @@
-MD5 (GD-SVG-0.27.tar.gz) = 6d6f27af9096234869e753e59bc3492a
-SHA256 (GD-SVG-0.27.tar.gz) = 5407757beec30ce8495a88171da3ee83224116c1d62a7de565c664d161aa84a5
-SIZE (GD-SVG-0.27.tar.gz) = 43837
+MD5 (GD-SVG-0.28.tar.gz) = 761fdaae3eec10b844713894e47e80aa
+SHA256 (GD-SVG-0.28.tar.gz) = 5280ad4534358ad9b4fe88a8cc2b26b6ed28dd605c3ac0a2db1395c201d602ba
+SIZE (GD-SVG-0.28.tar.gz) = 43955
diff --git a/graphics/p5-GD-SVG/pkg-descr b/graphics/p5-GD-SVG/pkg-descr
index c20368f1691a..3856a9bb01c1 100644
--- a/graphics/p5-GD-SVG/pkg-descr
+++ b/graphics/p5-GD-SVG/pkg-descr
@@ -3,3 +3,4 @@ from scripts written using GD. It accomplishes this by translating GD
functions into SVG functions.
WWW: http://search.cpan.org/dist/GD-SVG/
+Author: Todd Harris, PhD <harris@cshl.org>