mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Add TEST_DEPENDS [1]
- Avoid use of SITE_PERL in DEPENDS [1] - Pet portlint PR: ports/165746 [1] Submitted by: swills@
This commit is contained in:
parent
a647b3b592
commit
9d873654bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292815
@ -14,10 +14,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= Numbers with error propagation and scientific rounding
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
|
||||
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
|
||||
BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
|
||||
p5-prefork>=0:${PORTSDIR}/devel/p5-prefork
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest
|
||||
|
||||
MAN3= Number::WithError.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -14,4 +14,4 @@ the code. The remaining holes are mostly difficult-to-test corner cases
|
||||
and sanity tests. The comparison routines are the exception for which
|
||||
there will be more extensive tests in a future release.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Number-WithError
|
||||
WWW: http://search.cpan.org/dist/Number-WithError/
|
||||
|
Loading…
Reference in New Issue
Block a user