mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Fix pkg-plist issues.
Add new build depends Reported by: az
This commit is contained in:
parent
97092ab2d4
commit
12186c9e2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316447
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= Benchmark-Timer
|
||||
PORTVERSION= 0.7102
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,6 +12,8 @@ COMMENT= Code benchmarking tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
@ -4,4 +4,4 @@ for when you need more precise information about the running time of portions
|
||||
of your code than the Benchmark module will give you, but don't want to go all
|
||||
out and profile your code.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Benchmark-Timer/
|
||||
WWW: http://search.cpan.org/dist/Benchmark-Timer/
|
||||
|
@ -1,5 +1,8 @@
|
||||
%%SITE_PERL%%/Benchmark/Timer.pm
|
||||
%%SITE_PERL%%/Benchmark/delta.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Timer/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Timer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Benchmark/Timer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Benchmark/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Benchmark
|
||||
@dirrmtry %%SITE_PERL%%/Benchmark
|
||||
|
Loading…
Reference in New Issue
Block a user