freebsd-ports/math/p5-Math-Complex/Makefile
Frederic Culot b95236b55e - Update to 1.58 [1]
- Add LICENSE

Changes:	http://search.cpan.org/dist/Math-Complex/ChangeLog
PR:		ports/158152 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-22 06:55:44 +00:00

25 lines
469 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.58
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Complex numbers and associated mathematical functions
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
PERL_CONFIGURE= yes
MAN3= Math::Complex.3 \
Math::Trig.3
.include <bsd.port.mk>