svn commit: r363549 - head/devel/p5-Test-Benchmark
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 10:04:48 UTC 2014
Author: sunpoet
Date: Thu Jul 31 10:04:47 2014
New Revision: 363549
URL: http://svnweb.freebsd.org/changeset/ports/363549
QAT: https://qat.redports.org/buildarchive/r363549/
Log:
- 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
Modified:
head/devel/p5-Test-Benchmark/Makefile
head/devel/p5-Test-Benchmark/pkg-descr
head/devel/p5-Test-Benchmark/pkg-plist
Modified: head/devel/p5-Test-Benchmark/Makefile
==============================================================================
--- head/devel/p5-Test-Benchmark/Makefile Thu Jul 31 10:04:41 2014 (r363548)
+++ head/devel/p5-Test-Benchmark/Makefile Thu Jul 31 10:04:47 2014 (r363549)
@@ -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 at 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>
Modified: head/devel/p5-Test-Benchmark/pkg-descr
==============================================================================
--- head/devel/p5-Test-Benchmark/pkg-descr Thu Jul 31 10:04:41 2014 (r363548)
+++ head/devel/p5-Test-Benchmark/pkg-descr Thu Jul 31 10:04:47 2014 (r363549)
@@ -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/
Modified: head/devel/p5-Test-Benchmark/pkg-plist
==============================================================================
--- head/devel/p5-Test-Benchmark/pkg-plist Thu Jul 31 10:04:41 2014 (r363548)
+++ head/devel/p5-Test-Benchmark/pkg-plist Thu Jul 31 10:04:47 2014 (r363549)
@@ -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
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Benchmark
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Benchmark
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test
More information about the svn-ports-head
mailing list