ports/math/p5-Statistics-Descriptive/Makefile

20 lines
359 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>