freebsd-ports/graphics/p5-GD-Graph/Makefile
Sunpoet Po-Chuan Hsieh 918274c6d3 - Add LICENSE
- Remove outdated PERL_LEVEL check
2014-03-01 17:12:06 +00:00

24 lines
506 B
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= GD-Graph
PORTVERSION= 1.48
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= GDGraph-${DISTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Graph plotting module for perl5
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>