aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-07-14 10:26:26 +0800
committerswills <swills@FreeBSD.org>2012-07-14 10:26:26 +0800
commit459bc99a61ca0e604759ea1221bf3d5126302b8b (patch)
treefd7d51461d78055351e6d4f02543fffeac56e509 /devel
parentb175000230f5cc1b9137bef5c8572cac7df7cab6 (diff)
downloadfreebsd-ports-gnome-459bc99a61ca0e604759ea1221bf3d5126302b8b.tar.gz
freebsd-ports-gnome-459bc99a61ca0e604759ea1221bf3d5126302b8b.tar.zst
freebsd-ports-gnome-459bc99a61ca0e604759ea1221bf3d5126302b8b.zip
- Add missing PKGNAMEPREFIX
Pointed out by: sunpoet Pointy hat to: swills
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Timer/Makefile3
1 files changed, 3 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