Tweak devel/racer version 2.1.31
[dports.git] / math / p5-Math-Symbolic-Custom-Simplification / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Math-Symbolic-Custom-Simplification
5 PORTVERSION=    1.01
6 PORTREVISION=   1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bofh@FreeBSD.org
12 COMMENT=        User defined simplification routines
13
14 LICENSE=        ART10 GPLv1+
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  ${RUN_DEPENDS}
18 RUN_DEPENDS=    p5-Math-Symbolic>=0:math/p5-Math-Symbolic
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>