freebsd-ports/graphics/p5-GD-Graph3d/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
479 B
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= GD-Graph3d
PORTVERSION= 0.63
PORTREVISION= 6
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Creates 3D charts with GD::Graph and GD
BUILD_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 dos2unix
USE_PERL5= configure
DOS2UNIX_FILES= lib/GD/Graph3d.pm # pod2man doesn't work without this
.include <bsd.port.mk>