summaryrefslogtreecommitdiff
path: root/graphics/p5-GD/Makefile
blob: 2b44df02007a366bbdb40e85fee85d8cfb1fd436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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>