mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
19 lines
287 B
Makefile
19 lines
287 B
Makefile
PORTNAME= tilt
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generic interface to multiple Ruby template engines
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
.include <bsd.port.mk>
|