aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2012-03-06 17:18:05 +0800
committerculot <culot@FreeBSD.org>2012-03-06 17:18:05 +0800
commite04628c259f9814b2ad3a2a3889e2f3761503580 (patch)
tree4023910a628355f00cd4dcd5e29512e7863624cb
parent963f6c00ea476db24a0a7b50d3acee6949d2f2ea (diff)
downloadfreebsd-ports-gnome-e04628c259f9814b2ad3a2a3889e2f3761503580.tar.gz
freebsd-ports-gnome-e04628c259f9814b2ad3a2a3889e2f3761503580.tar.zst
freebsd-ports-gnome-e04628c259f9814b2ad3a2a3889e2f3761503580.zip
- Add TEST_DEPENDS [1]
- Avoid use of SITE_PERL in DEPENDS [1] - Pet portlint PR: ports/165746 [1] Submitted by: swills@
-rw-r--r--math/p5-Number-WithError/Makefile6
-rw-r--r--math/p5-Number-WithError/pkg-descr2
2 files changed, 5 insertions, 3 deletions
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile
index cc3111d89d56..d0f9c83c2765 100644
--- a/math/p5-Number-WithError/Makefile
+++ b/math/p5-Number-WithError/Makefile
@@ -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
diff --git a/math/p5-Number-WithError/pkg-descr b/math/p5-Number-WithError/pkg-descr
index f7297c31847a..3aae958d26c6 100644
--- a/math/p5-Number-WithError/pkg-descr
+++ b/math/p5-Number-WithError/pkg-descr
@@ -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/