diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
commit | c153fc8db4cd271cf440847b07722defd6363824 (patch) | |
tree | 7d6f09364ae164355f84938027aaeaf3db656249 /textproc/p5-Algorithm-CheckDigits | |
parent | c38737831812e30552fdfdb25a09354064a3a461 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Algorithm-CheckDigits')
-rw-r--r-- | textproc/p5-Algorithm-CheckDigits/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Algorithm-CheckDigits/Makefile b/textproc/p5-Algorithm-CheckDigits/Makefile index 4b66b1281d60..fbeb88290edd 100644 --- a/textproc/p5-Algorithm-CheckDigits/Makefile +++ b/textproc/p5-Algorithm-CheckDigits/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Algorithm-CheckDigits -# Date created: 2011-04-03 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Algorithm-CheckDigits PORTVERSION= 1.2.0 @@ -19,7 +15,8 @@ TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl PKGNAMEPREFIX= p5- -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= checkdigits.pl.1 |