- Update to 0.05
- maintainership reset to perl@ PR: ports/116526 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
387f4a3b2a
commit
ed2e50e422
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200874
3 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue