freebsd-ports/math/p5-Math-Interpolate/Makefile

22 lines
406 B
Makefile
Raw Normal View History

# Created by: Mario S F Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Interpolate
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= Perl routines for data sets interpolation and interval search
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
2015-10-03 19:11:12 +02:00
NO_ARCH= yes
2013-08-02 20:21:05 +02:00
USE_PERL5= configure
2015-10-03 19:11:12 +02:00
USES= perl5
.include <bsd.port.mk>