diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:04:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:04:47 +0000 |
commit | 10cf0a253ad24af9d8882eeeff4fdb6f66e8c046 (patch) | |
tree | 6904353d8b9b9ac3f4338409c5be30be77bf7e1b /devel | |
parent | 75057e7b357ce3506a316b99cdb4f72483ea51af (diff) | |
download | ports-10cf0a253ad24af9d8882eeeff4fdb6f66e8c046.tar.gz ports-10cf0a253ad24af9d8882eeeff4fdb6f66e8c046.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Benchmark/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Benchmark/pkg-descr | 15 | ||||
-rw-r--r-- | devel/p5-Test-Benchmark/pkg-plist | 4 |
3 files changed, 14 insertions, 13 deletions
diff --git a/devel/p5-Test-Benchmark/Makefile b/devel/p5-Test-Benchmark/Makefile index 14025ff15235..6647b1a6c566 100644 --- a/devel/p5-Test-Benchmark/Makefile +++ b/devel/p5-Test-Benchmark/Makefile @@ -3,6 +3,7 @@ PORTNAME= Test-Benchmark PORTVERSION= 0.004 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Make sure something really is faster -BUILD_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester \ +LICENSE= LGPL21 + +TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/devel/p5-Test-Benchmark/pkg-descr b/devel/p5-Test-Benchmark/pkg-descr index 331320283d92..8cd14e9c62c5 100644 --- a/devel/p5-Test-Benchmark/pkg-descr +++ b/devel/p5-Test-Benchmark/pkg-descr @@ -1,11 +1,10 @@ -Sometimes you want to make sure that your "faster" algorithm really is -faster than the old way. This lets you check. It might also be useful -to check that your super whizzo XS or Inline::C version is actually -faster. +Sometimes you want to make sure that your "faster" algorithm really is faster +than the old way. This lets you check. It might also be useful to check that +your super whizzo XS or Inline::C version is actually faster. -This module is based on the standard Benchmark module. If you have -lots of timings to compare and you don't want to keep running the same -benchmarks all the time, you can pass in a result object from -Benchmark::timethis() instead of sub routine reference. +This module is based on the standard Benchmark module. If you have lots of +timings to compare and you don't want to keep running the same benchmarks all +the time, you can pass in a result object from Benchmark::timethis() instead of +sub routine reference. WWW: http://search.cpan.org/dist/Test-Benchmark/ diff --git a/devel/p5-Test-Benchmark/pkg-plist b/devel/p5-Test-Benchmark/pkg-plist index 12263cee9874..309dee3723f4 100644 --- a/devel/p5-Test-Benchmark/pkg-plist +++ b/devel/p5-Test-Benchmark/pkg-plist @@ -1,6 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Benchmark/.packlist %%SITE_PERL%%/Test/Benchmark.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Benchmark/.packlist %%PERL5_MAN3%%/Test::Benchmark.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Benchmark +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Benchmark @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test |