1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/p5-Math-Symbolic/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

46 lines
1.2 KiB
Makefile

# New ports collection makefile for: Math-Symbolic
# Date created: 15 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Math-Symbolic
PORTVERSION= 0.606
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SMUELLER
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Symbolic calculations
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Math::Symbolic.3 \
Math::Symbolic::AuxFunctions.3 \
Math::Symbolic::Base.3 \
Math::Symbolic::Compiler.3 \
Math::Symbolic::Constant.3 \
Math::Symbolic::Custom.3 \
Math::Symbolic::Custom::Base.3 \
Math::Symbolic::Custom::DefaultDumpers.3 \
Math::Symbolic::Custom::DefaultMods.3 \
Math::Symbolic::Custom::DefaultTests.3 \
Math::Symbolic::Derivative.3 \
Math::Symbolic::ExportConstants.3 \
Math::Symbolic::MiscAlgebra.3 \
Math::Symbolic::MiscCalculus.3 \
Math::Symbolic::Operator.3 \
Math::Symbolic::Parser.3 \
Math::Symbolic::Parser::Precompiled.3 \
Math::Symbolic::Variable.3 \
Math::Symbolic::VectorCalculus.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>