freebsd-ports/devel/p5-Algorithm-LUHN/Makefile
Muhammad Moinur Rahman 10dafe35d4 devel/p5-Algorithm-LUHN: Update version 1.00=>1.01
Differential Revision:	https://reviews.freebsd.org/D1425
Approved by:	marino(mentor)
2015-01-03 14:01:09 +00:00

19 lines
355 B
Makefile

# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$
PORTNAME= Algorithm-LUHN
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Calculate the Modulus 10 Double Add Double checksum
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>