freebsd-ports/devel/rubygem-tdiff/Makefile
Sunpoet Po-Chuan Hsieh 89ccf40f7c - Add rubygem-tdiff 0.3.3
TDiff calculates the differences between two tree-like structures. Similar to
Rubys built-in TSort module.

WWW: https://github.com/postmodern/tdiff#readme
RG:  https://rubygems.org/gems/tdiff
2015-05-16 13:36:16 +00:00

18 lines
347 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tdiff
PORTVERSION= 0.3.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Calculates the differences between two tree-like structures
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>