d2ca14a3f1
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.
21 lines
527 B
Makefile
21 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/05/31 12:41:07 wiz Exp $
|
|
|
|
DISTNAME= Chart-ThreeD-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 9
|
|
SVR4_PKGNAME= p5c3d
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
|
|
|
|
MAINTAINER= he@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Chart-ThreeD/
|
|
COMMENT= Three-Dimentional pie chart plotting
|
|
|
|
DEPENDS+= p5-GD>=2.16:../../graphics/p5-GD
|
|
|
|
PERL5_PACKLIST= auto/Chart-ThreeD/.packlist
|
|
|
|
REPLACE_PERL+= pie.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|