freebsd-ports/devel/rubygem-tilt/Makefile
Ruslan Makhmatkhanov 1d3015aac7 Change email for my ports to FreeBSD one.
Approved by:	novel (mentor)
Feature safe:	yes
2011-11-10 22:20:18 +00:00

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>