1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math/p5-Math-Interpolate/Makefile
Sunpoet Po-Chuan Hsieh e102027158 - Update to 1.06
- Add LICENSE
- Take maintainership

Changes:	http://search.cpan.org/dist/Math-Interpolate/CHANGES
2013-11-11 14:11:08 +00:00

20 lines
376 B
Makefile

# Created by: Mario S F Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Interpolate
PORTVERSION= 1.06
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl routines for data sets interpolation and interval search
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>