freebsd-ports/math/p5-Math-Complex/Makefile
2008-04-06 14:16:16 +00:00

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