Files
ports/math/p5-Math-Complex/Makefile
Cheng-Lung Sung 32830b65a2 - Update to 1.47
- reset maintainership

Changes:	http://search.cpan.org/dist/Math-Complex/ChangeLog
PR:		ports/119934
2008-01-24 01:51:27 +00:00

23 lines
425 B
Makefile

# 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.47
CATEGORIES= math
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Complex numbers and associated mathematical functions
PERL_CONFIGURE= 5.8.0+
MAN3= Math::Complex.3 \
Math::Trig.3
.include <bsd.port.mk>