pkgsrc/misc/p5-Business-CreditCard/Makefile
wen 54f39d62ea Update to 0.36
Upstream changes:
0.36  Tue Jun 14 11:36:05 PDT 2016
        - Allow (and doc) import of receipt_cardtype
        - validate_card() is a new synonym for validate(), starting a long-term
          plan to stop exporting validate() or anything else by default.
        - Best-effort cardtype() when only the first two digits are available
          (identify masked 60xx as Discover)

0.35  Tue Feb  9 14:43:38 PST 2016
        - Fix bug identifying 49* Visa cards introduced in 0.34, patch from
          Ed J, thanks!
        - doc: Clarify processing agreements don't apply to Canada
2016-08-13 03:16:07 +00:00

22 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.39 2016/08/13 03:16:07 wen Exp $
#
DISTNAME= Business-CreditCard-0.36
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"