diff options
Diffstat (limited to 'devel/p5-Test-Timer/Makefile')
-rw-r--r-- | devel/p5-Test-Timer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Test-Timer/Makefile b/devel/p5-Test-Timer/Makefile index befee05dea19..eeb9459a3730 100644 --- a/devel/p5-Test-Timer/Makefile +++ b/devel/p5-Test-Timer/Makefile @@ -6,9 +6,10 @@ PORTVERSION= 0.05 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org -COMMENT= A test module to test/assert response times +COMMENT= Perl test module to test/assert response times BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error @@ -16,12 +17,7 @@ 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- - USES= perl5 USE_PERL5= configure -MAN3= Test::Timer.3 Test::Timer::TimeoutException.3 - -NO_STAGE= yes .include <bsd.port.mk> |