diff options
author | culot <culot@FreeBSD.org> | 2012-03-06 17:18:05 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-03-06 17:18:05 +0800 |
commit | e04628c259f9814b2ad3a2a3889e2f3761503580 (patch) | |
tree | 4023910a628355f00cd4dcd5e29512e7863624cb | |
parent | 963f6c00ea476db24a0a7b50d3acee6949d2f2ea (diff) | |
download | freebsd-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/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Number-WithError/pkg-descr | 2 |
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/ |