aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-mathn/Makefile
blob: 54c7643457072b50e38fe154529e1a476503511e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	mathn
PORTVERSION=	0.1.0
CATEGORIES=	math rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Deprecated library that extends math operations

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>