freebsd-ports/devel/rubygem-tilt/Makefile
Brad Davis 930f5fb2c4 Update devel/rubygem-tilt to 2.0.2
Approved by:	miwi (ruby)
2016-01-12 16:39:05 +00:00

21 lines
313 B
Makefile

# $FreeBSD$
PORTNAME= tilt
PORTVERSION= 2.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generic interface to multiple Ruby template engines
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/tilt
.include <bsd.port.mk>