aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Complex/Makefile
blob: d0307203af0c4a7fd8683c5d33178ba075ea1d7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-Math-Complex
# Date created:     2008-01-08
# Whom:         Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   Math-Complex
PORTVERSION=    1.42
CATEGORIES= math
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT=    Complex numbers and associated mathematical functions

PERL_CONFIGURE= 5.8.0+

MAN3=       Math::Complex.3 \
        Math::Trig.3

.include <bsd.port.mk>