pkgsrc/graphics/p5-GD-Graph3d/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

26 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/05/31 12:41:07 wiz Exp $
DISTNAME= GD-Graph3d-0.63
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
SVR4_PKGNAME= p5gd3
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= damon@brodiefamily.org
COMMENT= GDGraph3d is a pkg to generate charts, using Lincoln Stein's GD.pm
HOMEPAGE= http://search.cpan.org/dist/GD-Graph3d/
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD
DEPENDS+= p5-GDGraph>=1.30:../../graphics/p5-GDGraph
DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
CONFLICTS+= p5-GDGraph3d-[0-9]*
SUPERSEDES= p5-GDGraph3d<=0.63
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/GD/Graph3d/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"