aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-Graph3d/Makefile
blob: 2aa74e53cbb9750a825a044e591aec636f505226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
WWW=		https://metacpan.org/release/GD-Graph3d

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>