mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
23 lines
428 B
Makefile
23 lines
428 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 perl5
|
|
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>
|