freebsd-ports/devel/rubygem-tilt/Makefile

24 lines
433 B
Makefile
Raw Normal View History

# Ports collection makefile for: rubygem-tilt
# Date created: 10 February 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
PORTNAME= tilt
PORTVERSION= 1.3.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= rm@FreeBSD.org
COMMENT= Generic interface to multiple Ruby template engines
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
2011-02-13 04:27:00 +01:00
PLIST_FILES= bin/tilt
.include <bsd.port.mk>