2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:45:39 ajacoutot Exp $
|
2008-09-24 09:41:43 -04:00
|
|
|
|
|
|
|
COMMENT = numeric 1st and 2nd order differentiation
|
|
|
|
|
|
|
|
DISTNAME = Math-Derivative-0.01
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION = 0
|
2008-09-24 09:41:43 -04:00
|
|
|
CATEGORIES = math
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-11-19 02:23:05 -05:00
|
|
|
USE_GROFF = Yes
|
2008-09-24 09:41:43 -04:00
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|