Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / p5-Math-Polynomial-Solve / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Math-Polynomial-Solve
5 PORTVERSION=    2.70
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     Math
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Find the roots of polynomial equations
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>