blob: 8143efdc879098bba60edcf73ad4093f7a9d0da8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Mikhail T. <m.tsatsenko@gmail.com>
# $FreeBSD$
PORTNAME= rubytree
PORTVERSION= 0.9.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of the Tree data structure for the Ruby
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-json>=1.8:${PORTSDIR}/devel/rubygem-json \
rubygem-structured_warnings>=0.2:${PORTSDIR}/devel/rubygem-structured_warnings
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RUBY_RDOC= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|