20 lines
358 B
Makefile
20 lines
358 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 20:52:06 espie Exp $
|
|
|
|
COMMENT = numeric 1st and 2nd order differentiation
|
|
|
|
DISTNAME = Math-Derivative-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>
|