diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
commit | f2ede9b4c914247b1bd9e2c08de15881e10a0357 (patch) | |
tree | 4a25475aea25bf8a9483be4ecbcc38cb408ad9a4 /math/p5-Math-Interpolate/Makefile | |
parent | 09f24999c5b02b7a0d359a7e053ce7d67314d735 (diff) | |
download | FreeBSD-ports-f2ede9b4c914247b1bd9e2c08de15881e10a0357.zip FreeBSD-ports-f2ede9b4c914247b1bd9e2c08de15881e10a0357.tar.gz |
USE_SIZEify
Diffstat (limited to 'math/p5-Math-Interpolate/Makefile')
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index 5976e95..dd935fb 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Perl routines for data sets interpolation and interval search +USE_SIZE= yes PERL_CONFIGURE= yes MAN3= Math::Interpolate.3 Math::IntervalSearch.3 |