be20a51661
This module provides a simple way to extend the Math::Symbolic parser with arbitrary functions that return any valid Math::Symbolic tree. The return value of the function call is inserted into the complete parse tree at the point at which the function call is parsed. from Markus Bergkvist (MAINTAINER), with a tweak by me
27 lines
637 B
Makefile
27 lines
637 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/12 17:01:31 jasper Exp $
|
|
|
|
COMMENT = generate Math::Symbolic parser extensions
|
|
|
|
DISTNAME = Math-SymbolicX-ParserExtensionFactory-3.02
|
|
CATEGORIES = math
|
|
HOMEPAGE = http://search.cpan.org/~smueller/Math-SymbolicX-ParserExtensionFactory/
|
|
MAINTAINER = Markus Bergkvist <markus.bergkvist@telia.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = SMUELLER
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = ::devel/p5-Parse-RecDescent \
|
|
::math/p5-Math-Symbolic
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|