aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-16 10:37:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-16 10:37:32 +0000
commit44a21542d8ac2a87f08cf0ec87c10ce90e92b5bb (patch)
treef45343df0fe5e16cfe5cf5132f085b4203b2ebca /graphics/p5-GD
parent81b5ba2259ae205003e979340983f55bf2cd426b (diff)
downloadports-44a21542d8ac2a87f08cf0ec87c10ce90e92b5bb.tar.gz
ports-44a21542d8ac2a87f08cf0ec87c10ce90e92b5bb.zip
- Update to 2.51
- Add LICENSE - Convert to new LIB_DEPENDS format - Fix CONFIGURE_ENV Changes: http://search.cpan.org/dist/GD/ChangeLog
Notes
Notes: svn path=/head/; revision=344519
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r--graphics/p5-GD/Makefile16
-rw-r--r--graphics/p5-GD/distinfo4
2 files changed, 13 insertions, 7 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 556ab2110380..d23e301984e4 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= GD
-PORTVERSION= 2.50
+PORTVERSION= 2.51
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,12 +9,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to Gd Graphics Library version2
-LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
+LICENSE= ART10 GPLv1 GPLv2 GPLv3
+LICENSE_COMB= dual
+LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
+
+CONFIGURE_ENV= options="FT,GIF,JPEG,PNG,XPM" \
+ lib_ft_path=${LOCALBASE} \
+ lib_gd_path=${LOCALBASE} \
+ lib_jpeg_path=${LOCALBASE} \
+ lib_png_path=${LOCALBASE} \
+ lib_zlib_path=/usr
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \
- -lib_gd_path ${LOCALBASE} -lib_ft_path} \
- -lib_png_path ${LOCALBASE} -lib_zlib_path
.include <bsd.port.mk>
diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo
index f7b34a537294..23dcae36afa2 100644
--- a/graphics/p5-GD/distinfo
+++ b/graphics/p5-GD/distinfo
@@ -1,2 +1,2 @@
-SHA256 (GD-2.50.tar.gz) = 6d5392d067a48dd66d67e65b1bfab7a8e6e149490eabfa09f70b99223ea0a8e2
-SIZE (GD-2.50.tar.gz) = 262887
+SHA256 (GD-2.51.tar.gz) = 239cae68c906c89612a3c0546a31b7feef1405286ede3b08e1d70c8c716d29dc
+SIZE (GD-2.51.tar.gz) = 263561