freebsd-ports/devel/rubygem-tilt/Makefile
Steve Wills ba30f6da84 - Update to 1.3.3
PR:		ports/160204
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2011-09-06 13:44:10 +00:00

23 lines
436 B
Makefile

# 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= cvs-src@yandex.ru
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>