mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
299 B
Makefile
20 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tilt
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generic interface to multiple Ruby template engines
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/tilt
|
|
|
|
.include <bsd.port.mk>
|