diff options
Diffstat (limited to 'math/p5-Number-WithError')
-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/ |