20 lines
348 B
Makefile
20 lines
348 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/19 07:23:11 espie 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
|
|
USE_GROFF = Yes
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|