aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rubytree/Makefile
blob: 0a63eca44a0fccff0db18d0789632f317f24b8ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	rubytree
PORTVERSION=	2.1.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Implementation of the Tree data structure for the Ruby
WWW=		http://rubytree.anupamsg.me/

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

RUN_DEPENDS=	rubygem-json>=2.9<3:devel/rubygem-json

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>