freebsd-ports/devel/rubygem-tilt/Makefile
Sunpoet Po-Chuan Hsieh 2bf6207194 Update to 2.0.7
- Add LICENSE_FILE

Changes:	https://github.com/rtomayko/tilt/blob/master/CHANGELOG.md
2017-03-21 20:40:06 +00:00

20 lines
314 B
Makefile

# $FreeBSD$
PORTNAME= tilt
PORTVERSION= 2.0.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generic interface to multiple Ruby template engines
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/tilt
.include <bsd.port.mk>