pkgsrc/finance/p5-Algorithm-LUHN/Makefile
wen e2362ae5fc Update to 1.02
Upstream changes:
1.02 2014-06-30 NEILB
    - Updated github repo URL after changing my github username
    - Added Algorithm::Damm and Math::CheckDigits to SEE ALSO
    - Fixed errors in pod: using c<...> instead of C<...> and
      not escaping the > character.
    - Added [MetaJSON] to dist.ini so META.json is included in releases

1.01 2014-06-30 NEILB

    - Added SEE ALSO section with links to other LUHN modules.
    - Renamed CHANGES to Changes and reformatted as per CPAN::Changes::Spec
    - Moved LUHN.pm to lib/Algorithm/LUHN.pm, as per convention
    - Switched to Dist::Zilla and set min perl version to 5.006
    - Improved doc for is_valid(), in response to RT#43842
2016-07-28 06:57:07 +00:00

16 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.10 2016/07/28 06:57:07 wen Exp $
DISTNAME= Algorithm-LUHN-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= finance perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEILB/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Algorithm::LUHN
COMMENT= Calculate the Modulus 10 Double Add Double checksum
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Algorithm/LUHN/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"