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