2013-07-26 07:33:51 +02:00
|
|
|
# Created by: Dmitry Sivachenko <dima@Chg.RU>
|
2000-04-23 19:12:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= GD-Graph3d
|
2003-01-27 15:11:05 +01:00
|
|
|
PORTVERSION= 0.63
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 6
|
2000-04-23 19:12:00 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-04-23 19:12:00 +02:00
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Creates 3D charts with GD::Graph and GD
|
2000-04-23 19:12:00 +02:00
|
|
|
|
2012-06-07 09:50:04 +02:00
|
|
|
BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2000-04-23 19:12:00 +02:00
|
|
|
|
2013-11-18 17:45:09 +01:00
|
|
|
USES= perl5 dos2unix
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2013-11-18 17:45:09 +01:00
|
|
|
DOS2UNIX_FILES= lib/GD/Graph3d.pm # pod2man doesn't work without this
|
2000-04-23 19:12:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|