2008-01-11 00:31:58 +01:00
|
|
|
# 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
|
2008-04-06 16:16:16 +02:00
|
|
|
PORTVERSION= 1.54
|
2008-01-11 00:31:58 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-01-24 02:51:27 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-01-11 00:31:58 +01:00
|
|
|
COMMENT= Complex numbers and associated mathematical functions
|
|
|
|
|
2008-02-14 22:11:51 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2008-01-11 00:31:58 +01:00
|
|
|
|
|
|
|
MAN3= Math::Complex.3 \
|
|
|
|
Math::Trig.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|