pkgsrc/misc/p5-Business-CreditCard/Makefile
he f760a79265 Update from version 0.28 to 0.30. Changes:
0.30  Mon Dec 18 23:24:25 PST 2006
        - back after two and a half years; happy hanukkah!
	- added note about B:CC:Object
	- added new Discover 65 prefix
	- check for Switch before Visa as Switch has some BINs in ^4
        - accept masked numbers in cardtype()
        - add handling of card network peering arrangements, controllable via
          $Business::CreditCard::Country
	- identify Diner's club ^36 cards as MasterCard in US and Canada
        - identify China Union Pay cards as Discover cards outside China
        - identify China Union Pay cards

No recorded changes for 0.29 upstream.
2008-07-17 14:02:14 +00:00

23 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.25 2008/07/17 14:02:14 he Exp $
#
DISTNAME= Business-CreditCard-0.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5buc
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Business-CreditCard/CreditCard.html
#HOMEPAGE= http://search.cpan.org/dist/Business-CreditCard/
COMMENT= Perl5 module to validate/generate credit card checksums/names
PKG_DESTDIR_SUPPORT= user-destdir
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"