1
0
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:
Frederic Culot 2012-03-06 09:18:05 +00:00
parent a647b3b592
commit 9d873654bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292815
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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/