- Add LICENSE
- Fix *_DEPENDS: p5-Test-Tester and p5-Test-NoWarnings are test-only dependencies - Bump PORTREVISION for dependency change - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
75057e7b35
commit
10cf0a253a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363549
3 changed files with 15 additions and 14 deletions
|
@ -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 \
|
||||
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
LICENSE= LGPL21
|
||||
|
||||
TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester \
|
||||
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue