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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Deprecated library that extends math operations
WWW=		https://github.com/ruby/mathn

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/BSDL

RUN_DEPENDS=	rubygem-cmath>=0:math/rubygem-cmath

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>