1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/graphics/p5-GD-Graph3d/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

22 lines
476 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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph
USES= perl5 dos2unix
USE_PERL5= configure
DOS2UNIX_FILES= lib/GD/Graph3d.pm # pod2man doesn't work without this
.include <bsd.port.mk>