mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $FreeBSD: head/devel/rubygem-tilt/Makefile 446533 2017-07-24 15:59:51Z sunpoet $
|
|
|
|
PORTNAME= tilt
|
|
PORTVERSION= 2.0.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generic interface to multiple Ruby template engines
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/tilt
|
|
|
|
.include <bsd.port.mk>
|