1d3015aac7
Approved by: novel (mentor) Feature safe: yes
23 lines
433 B
Makefile
23 lines
433 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= rm@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>
|