22 lines
305 B
Makefile
22 lines
305 B
Makefile
|
COMMENT = useful mathematical functions not in Perl
|
||
|
|
||
|
DISTNAME = Math-Utils-1.14
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = math
|
||
|
|
||
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild
|
||
|
|
||
|
MAKE_ENV += TEST_POD=Yes
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|