pkgsrc/graphics/p5-GDGraph/Makefile
jlam 18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:12 jlam Exp $
#
DISTNAME= GDGraph-1.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDGraph/Graph.html
DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Graph/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"