diff options
Diffstat (limited to 'devel/p5-Test-Timer')
-rw-r--r-- | devel/p5-Test-Timer/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Timer/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Test-Timer/pkg-plist | 2 |
3 files changed, 5 insertions, 7 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> diff --git a/devel/p5-Test-Timer/pkg-descr b/devel/p5-Test-Timer/pkg-descr index 1ab00f2e6420..3bb991ce482b 100644 --- a/devel/p5-Test-Timer/pkg-descr +++ b/devel/p5-Test-Timer/pkg-descr @@ -1,4 +1,4 @@ Test::Timer implements a set of test primitives to test and assert test times from bodies of code. -WWW: http://search.cpan.org/dist/Test-Timer/ +WWW: http://search.cpan.org/dist/Test-Timer/ diff --git a/devel/p5-Test-Timer/pkg-plist b/devel/p5-Test-Timer/pkg-plist index 19bc313e10f4..8b80a97568ab 100644 --- a/devel/p5-Test-Timer/pkg-plist +++ b/devel/p5-Test-Timer/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Test/Timer/TimeoutException.pm %%SITE_PERL%%/Test/Timer.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer/.packlist +%%PERL5_MAN3%%/Test::Timer.3.gz +%%PERL5_MAN3%%/Test::Timer::TimeoutException.3.gz @dirrmtry %%SITE_PERL%%/Test/Timer @dirrmtry %%SITE_PERL%%/Test @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer |