ports/math/p5-Math-Symbolic/Makefile

22 lines
351 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = symbolic calculations for Perl
DISTNAME = Math-Symbolic-0.612
CATEGORIES = math
REVISION = 0
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
CPAN_AUTHOR = SMUELLER
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-Parse-RecDescent
MAKE_ENV += TEST_POD=1
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>