pkgsrc/misc/p5-Business-CreditCard/Makefile
mef 6b81a36de6 Update to 0.34
--------------
0.34  Fri Feb  5 07:24:00 PST 2016
        - 19 digit Visa and Discover cards
        - MasterCard 222100-272099 range
        - Canada does not process JCB 3529-3589 as Discover, but Puerto Rico,
          US Virgin Islans, Northern Mariana Islands, Palau and Guam do
        - China Union Pay only processed as Discover in the US, Mexico and
          the Caribbean, not elsewhere outside China
        - 14 digit Discover remain only in 36*
        - receipt_cardtype subroutine supporting Discover's new receipt
          requirements
2016-02-07 01:52:48 +00:00

22 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.37 2016/02/07 01:52:48 mef Exp $
#
DISTNAME= Business-CreditCard-0.34
PKGNAME= p5-${DISTNAME}
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
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
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"