openbsd-ports/math/p5-Math-Spline/Makefile

19 lines
336 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:42:33 jasper Exp $
COMMENT = cubic spline interpolation of data
DISTNAME = Math-Spline-0.01
CATEGORIES = math
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
NO_REGRESS = Yes
.include <bsd.port.mk>