Tweak math/geg version 1.0.2_7
[dports.git] / math / p5-Math-Complex / Makefile
1 # Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2 # $FreeBSD$
3
4 PORTNAME=       Math-Complex
5 PORTVERSION=    1.59
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Complex numbers and associated mathematical functions
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>