diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-03-06 09:18:05 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-03-06 09:18:05 +0000 |
commit | 9d873654bd23326a04255d566baac0b153ed739e (patch) | |
tree | 9d949dce0a324238e1e5c0bb6665a9adc82a70b1 /math/p5-Number-WithError | |
parent | a647b3b592048f64a84077f1654cb45369f9c5a5 (diff) | |
download | ports-9d873654bd23326a04255d566baac0b153ed739e.tar.gz ports-9d873654bd23326a04255d566baac0b153ed739e.zip |
Notes
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/ |