blob: c201ea05c387b7a6130815b2cd4ad79c7f2d797a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= GD-Graph3d
PORTVERSION= 0.63
PORTREVISION= 5
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:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this
MAN3= GD::Graph3d.3
.include <bsd.port.mk>
|