forked from Lainports/freebsd-ports
Changes: https://github.com/mustache/mustache/releases https://github.com/mustache/mustache/blob/master/HISTORY.md
21 lines
336 B
Makefile
21 lines
336 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mustache
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Framework-agnostic way to render logic-free views
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/mustache
|
|
|
|
.include <bsd.port.mk>
|