mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
308 B
Makefile
17 lines
308 B
Makefile
# $FreeBSD: head/devel/rubygem-temple/Makefile 434038 2017-02-13 19:02:37Z sunpoet $
|
|
|
|
PORTNAME= temple
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Template compilation framework in Ruby
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|