Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / p5-Math-Symbolic-Custom-Contains / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Math-Symbolic-Custom-Contains
5 PORTVERSION=    1.01
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Find subtrees in Math::Symbolic expressions
12
13 BUILD_DEPENDS=  p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      modbuild
18
19 .include <bsd.port.mk>