2006-05-15 17:59:04 +02:00
|
|
|
# New ports collection makefile for: Math-Symbolic-Custom-Transformation
|
|
|
|
# Date created: 15 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Symbolic-Custom-Transformation
|
2008-08-06 01:51:06 +02:00
|
|
|
PORTVERSION= 2.01
|
2006-05-15 17:59:04 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-15 17:59:04 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-08-06 01:51:06 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-15 17:59:04 +02:00
|
|
|
COMMENT= Transform Math::Symbolic trees
|
|
|
|
|
2008-08-06 01:51:06 +02:00
|
|
|
RUN_DEPENDS= p5-Math-Symbolic>=0.507:${PORTSDIR}/math/p5-Math-Symbolic \
|
|
|
|
p5-Math-Symbolic-Custom-Pattern>=1.20:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Pattern
|
2006-05-15 17:59:04 +02:00
|
|
|
|
2007-01-03 16:45:57 +01:00
|
|
|
MAN3= Math::Symbolic::Custom::Transformation.3 \
|
|
|
|
Math::Symbolic::Custom::Transformation::Group.3
|
2006-05-15 17:59:04 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|