of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
21 lines
616 B
Makefile
21 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.21 2005/08/06 06:19:23 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Business-CreditCard-0.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5buc
|
|
PKGREVISION= 2
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Business-CreditCard/CreditCard.html
|
|
COMMENT= Perl5 module to validate/generate credit card checksums/names
|
|
|
|
PERL5_PACKLIST= auto/Business/CreditCard/.packlist
|
|
|
|
pre-configure:
|
|
${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|