mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
19 lines
330 B
Makefile
19 lines
330 B
Makefile
PORTNAME= tilt
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generic interface to multiple Ruby template engines
|
|
WWW= https://github.com/jeremyevans/tilt
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/tilt
|
|
|
|
.include <bsd.port.mk>
|