aboutsummaryrefslogtreecommitdiffstats
path: root/math/rubygem-cmath/Makefile
blob: 8b606e61925de235e1216ff483445610ccc3b4fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	cmath
PORTVERSION=	1.0.0
CATEGORIES=	math rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provide trigonometric and transcendental functions for complex number
WWW=		https://github.com/ruby/cmath

LICENSE=	BSD2CLAUSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>