Thu Jul 28 06:58:33 2016 UTC ()
Add LICENSE


(wen)
diff -r1.10 -r1.11 pkgsrc/finance/p5-Algorithm-LUHN/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/finance/p5-Algorithm-LUHN/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/p5-Algorithm-LUHN/Makefile 2016/07/28 06:57:07 1.10
+++ pkgsrc/finance/p5-Algorithm-LUHN/Makefile 2016/07/28 06:58:32 1.11
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2016/07/28 06:57:07 wen Exp $ 1# $NetBSD: Makefile,v 1.11 2016/07/28 06:58:32 wen Exp $
2 2
3DISTNAME= Algorithm-LUHN-1.02 3DISTNAME= Algorithm-LUHN-1.02
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= finance perl5 5CATEGORIES= finance perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEILB/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEILB/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/perldoc?Algorithm::LUHN 9HOMEPAGE= http://search.cpan.org/perldoc?Algorithm::LUHN
10COMMENT= Calculate the Modulus 10 Double Add Double checksum 10COMMENT= Calculate the Modulus 10 Double Add Double checksum
 11LICENSE= ${PERL5_LICENSE}
11 12
12USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
13PERL5_PACKLIST= auto/Algorithm/LUHN/.packlist 14PERL5_PACKLIST= auto/Algorithm/LUHN/.packlist
14 15
15.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"