diff options
author | wen <wen@pkgsrc.org> | 2016-07-28 06:58:32 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-28 06:58:32 +0000 |
commit | ee7436e2fcf7b19873b59a74862f821a0cfbdbbb (patch) | |
tree | 127fe6831b988cf56ddd894752f46c5d2aeb7b9c /finance | |
parent | c91994fc5936b32d1ce4804b119489f9ccd62ebf (diff) | |
download | pkgsrc-ee7436e2fcf7b19873b59a74862f821a0cfbdbbb.tar.gz |
Add LICENSE
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Algorithm-LUHN/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/p5-Algorithm-LUHN/Makefile b/finance/p5-Algorithm-LUHN/Makefile index deededff3d9..8b486a59aae 100644 --- a/finance/p5-Algorithm-LUHN/Makefile +++ b/finance/p5-Algorithm-LUHN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/28 06:57:07 wen Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/28 06:58:32 wen Exp $ DISTNAME= Algorithm-LUHN-1.02 PKGNAME= p5-${DISTNAME} @@ -8,6 +8,7 @@ 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 +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Algorithm/LUHN/.packlist |