freebsd-ports/graphics/p5-GD/Makefile
Mathieu Arnold bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00

21 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= GD
PORTVERSION= 2.56
PORTREVISION= 4
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>