freebsd-ports/devel/rubygem-rubytree/Makefile
Sunpoet Po-Chuan Hsieh f9af103c42 - Add LICENSE
- Sort RUN_DEPENDS
2013-12-31 10:09:16 +00:00

22 lines
500 B
Makefile

# Created by: Mikhail T. <m.tsatsenko@gmail.com>
# $FreeBSD$
PORTNAME= rubytree
PORTVERSION= 0.8.3
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>=0:${PORTSDIR}/devel/rubygem-json \
rubygem-structured_warnings>=0:${PORTSDIR}/devel/rubygem-structured_warnings
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RUBY_RDOC= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>