23 lines
398 B
Makefile
23 lines
398 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:47:45 sthen Exp $
|
|
|
|
COMMENT = symbolic calculations for Perl
|
|
DISTNAME = Math-Symbolic-0.612
|
|
CATEGORIES = math
|
|
|
|
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>
|