forked from Lainports/freebsd-ports
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
18 lines
347 B
Makefile
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>
|