freebsd-ports/devel/rubygem-tdiff/Makefile
Sunpoet Po-Chuan Hsieh 6e23b57b27 Add LICENSE_FILE
2019-11-13 23:40:08 +00:00

20 lines
367 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tdiff
PORTVERSION= 0.3.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Calculates the differences between two tree-like structures
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>