pkgsrc/math/p5-Math-Bezier/Makefile
jlam 7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00

15 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:32 jlam Exp $
DISTNAME= Math-Bezier-0.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl module for the solution of Bezier curves
PERL5_PACKLIST= auto/Math/Bezier/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"