freebsd-ports/devel/p5-Algorithm-LUHN/Makefile
2013-10-27 12:17:59 +00:00

16 lines
315 B
Makefile

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