diff options
Diffstat (limited to 'finance/p5-Algorithm-LUHN/Makefile')
-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 8b486a59aae..b5fc8f3e3d8 100644 --- a/finance/p5-Algorithm-LUHN/Makefile +++ b/finance/p5-Algorithm-LUHN/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2016/07/28 06:58:32 wen Exp $ +# $NetBSD: Makefile,v 1.12 2017/06/05 14:23:58 ryoon Exp $ DISTNAME= Algorithm-LUHN-1.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEILB/} |