From 459bc99a61ca0e604759ea1221bf3d5126302b8b Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 14 Jul 2012 02:26:26 +0000 Subject: - Add missing PKGNAMEPREFIX Pointed out by: sunpoet Pointy hat to: swills --- devel/p5-Test-Timer/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel') 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 -- cgit