2001-03-12 17:05:40 +01:00
|
|
|
# New ports collection makefile for: p5-Math-Interpolate
|
|
|
|
# Date created: 12 Mar 2001
|
|
|
|
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Interpolate
|
|
|
|
PORTVERSION= 1.05
|
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-03-12 17:05:40 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-06-24 16:28:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= Perl routines for data sets interpolation and interval search
|
2001-03-12 17:05:40 +01:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-03-12 17:05:40 +01:00
|
|
|
|
|
|
|
MAN3= Math::Interpolate.3 Math::IntervalSearch.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|