1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/math/p5-Math-Interpolate/Makefile
Mario Sergio Fujikawa Ferreira c84fa94a81 New port:
Perl routines for data sets interpolation and interval search
Initial import module version 1.05
2001-03-12 16:05:40 +00:00

23 lines
479 B
Makefile

# 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
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= lioux@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Math::Interpolate.3 Math::IntervalSearch.3
.include <bsd.port.mk>