freebsd-ports/graphics/p5-GD/Makefile
Dirk Meyer 3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00

21 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= GD
PORTVERSION= 2.56
PORTREVISION= 3
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to Gd Graphics Library version2
LICENSE= ART10 GPLv1 GPLv2 GPLv3
LICENSE_COMB= dual
LIB_DEPENDS= libgd.so:graphics/gd
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>