19 lines
359 B
Makefile
19 lines
359 B
Makefile
COMMENT = basic descriptive statistical functions
|
|
|
|
DISTNAME = Statistics-Descriptive-3.0800
|
|
CATEGORIES = math
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
MODCPAN_EXAMPLES = Yes
|
|
MAKE_ENV += TEST_POD=Yes
|
|
|
|
RUN_DEPENDS = devel/p5-List-MoreUtils
|
|
TEST_DEPENDS += devel/p5-Test-TrailingSpace
|
|
|
|
.include <bsd.port.mk>
|