freebsd-ports/devel/rubygem-tilt/Makefile

20 lines
283 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
USES= gem
PLIST_FILES= bin/tilt
.include <bsd.port.mk>