diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-05 01:08:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-05 01:08:51 +0000 |
commit | ed2e50e422c50a86119a4bebf23916f4cf7a7715 (patch) | |
tree | 31aba1a7d50e87b9e387cac6b6797c8c18f3441c /benchmarks | |
parent | 387f4a3b2ae731ef1a61b9489c8ec228896c996e (diff) | |
download | ports-ed2e50e422c50a86119a4bebf23916f4cf7a7715.tar.gz ports-ed2e50e422c50a86119a4bebf23916f4cf7a7715.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/p5-Benchmark-Stopwatch/Makefile | 8 | ||||
-rw-r--r-- | benchmarks/p5-Benchmark-Stopwatch/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/p5-Benchmark-Stopwatch/pkg-plist | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/benchmarks/p5-Benchmark-Stopwatch/Makefile b/benchmarks/p5-Benchmark-Stopwatch/Makefile index da25ef9d01f4..9a1d5b4436a9 100644 --- a/benchmarks/p5-Benchmark-Stopwatch/Makefile +++ b/benchmarks/p5-Benchmark-Stopwatch/Makefile @@ -6,20 +6,20 @@ # PORTNAME= Benchmark-Stopwatch -PORTVERSION= 0.03 +PORTVERSION= 0.05 CATEGORIES= benchmarks perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Benchmark PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple timing of stages of your code RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Benchmark::Stopwatch.3 diff --git a/benchmarks/p5-Benchmark-Stopwatch/distinfo b/benchmarks/p5-Benchmark-Stopwatch/distinfo index c23180744c41..b49923f8d51c 100644 --- a/benchmarks/p5-Benchmark-Stopwatch/distinfo +++ b/benchmarks/p5-Benchmark-Stopwatch/distinfo @@ -1,3 +1,3 @@ -MD5 (Benchmark-Stopwatch-0.03.tar.gz) = 14a58481012db21ad046c718dd3da76c -SHA256 (Benchmark-Stopwatch-0.03.tar.gz) = 687f9889b97d696de337ec261bda227561322a3f4c0f7060af54a127ed6cbed2 -SIZE (Benchmark-Stopwatch-0.03.tar.gz) = 4731 +MD5 (Benchmark-Stopwatch-0.05.tar.gz) = b891c9b192f8298f0a6aa5e29a32da19 +SHA256 (Benchmark-Stopwatch-0.05.tar.gz) = 6009a70e47cb8bec43e1cb960992948bab24d5433323f78a68bd4c638ea97942 +SIZE (Benchmark-Stopwatch-0.05.tar.gz) = 5050 diff --git a/benchmarks/p5-Benchmark-Stopwatch/pkg-plist b/benchmarks/p5-Benchmark-Stopwatch/pkg-plist index 9006cf525647..80aa3a27eeb3 100644 --- a/benchmarks/p5-Benchmark-Stopwatch/pkg-plist +++ b/benchmarks/p5-Benchmark-Stopwatch/pkg-plist @@ -1,3 +1,7 @@ @comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch/.packlist %%SITE_PERL%%/Benchmark/Stopwatch.pm +%%SITE_PERL%%/Benchmark/example.pl @dirrmtry %%SITE_PERL%%/Benchmark +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark |