ports/math/p5-Number-WithError/Makefile

29 lines
607 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = numbers with error propagation and scientific rounding
DISTNAME = Number-WithError-1.01
REVISION = 1
CATEGORIES = math
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-prefork>=1.00 \
devel/p5-Params-Util>=0.10
TEST_DEPENDS = devel/p5-Test-LectroTest \
devel/p5-Test-Pod-Coverage>=1.00 \
devel/p5-Test-Pod>=1.00
CONFIGURE_STYLE = modinst
PKG_ARCH = *
# use system Module::Install instead of a private version in each perl module
post-extract:
rm -r ${WRKSRC}/inc
.include <bsd.port.mk>