diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-07-14 02:26:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-07-14 02:26:26 +0000 |
commit | c5314d9a17b55d2fd0406becc1e168b28ea337be (patch) | |
tree | 9840e0a5db1cb19c98cfbdaf401cc4fa01e5203b /textproc/p5-Algorithm-CheckDigits | |
parent | 7f9fe1b2cdbdc9caa83f9661eadcda06353e36c8 (diff) | |
download | ports-c5314d9a17b55d2fd0406becc1e168b28ea337be.tar.gz ports-c5314d9a17b55d2fd0406becc1e168b28ea337be.zip |
Notes
Diffstat (limited to 'textproc/p5-Algorithm-CheckDigits')
-rw-r--r-- | textproc/p5-Algorithm-CheckDigits/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Algorithm-CheckDigits/Makefile b/textproc/p5-Algorithm-CheckDigits/Makefile index 8346684999b6..4b66b1281d60 100644 --- a/textproc/p5-Algorithm-CheckDigits/Makefile +++ b/textproc/p5-Algorithm-CheckDigits/Makefile @@ -7,6 +7,7 @@ PORTNAME= Algorithm-CheckDigits PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -16,6 +17,8 @@ COMMENT= Perl extension to generate and test check digits TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl +PKGNAMEPREFIX= p5- + PERL_CONFIGURE= yes MAN1= checkdigits.pl.1 |