mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 2.51
- Add LICENSE - Convert to new LIB_DEPENDS format - Fix CONFIGURE_ENV Changes: http://search.cpan.org/dist/GD/ChangeLog
This commit is contained in:
parent
81b5ba2259
commit
44a21542d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344519
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user