aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-07-14 02:26:26 +0000
committerSteve Wills <swills@FreeBSD.org>2012-07-14 02:26:26 +0000
commitc5314d9a17b55d2fd0406becc1e168b28ea337be (patch)
tree9840e0a5db1cb19c98cfbdaf401cc4fa01e5203b
parent7f9fe1b2cdbdc9caa83f9661eadcda06353e36c8 (diff)
- Add missing PKGNAMEPREFIX
Pointed out by: sunpoet Pointy hat to: swills
Notes
Notes: svn path=/head/; revision=300891
-rw-r--r--devel/p5-Test-Timer/Makefile3
-rw-r--r--textproc/p5-Algorithm-CheckDigits/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Test-Timer/Makefile b/devel/p5-Test-Timer/Makefile
index 26ac595a6616..f6cd52ba807b 100644
--- a/devel/p5-Test-Timer/Makefile
+++ b/devel/p5-Test-Timer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Test-Timer
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
@@ -19,6 +20,8 @@ RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
+PKGNAMEPREFIX= p5-
+
PERL_CONFIGURE= yes
MAN3= Test::Timer.3 Test::Timer::TimeoutException.3
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