aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-mustache/Makefile
blob: 03c12978f294c744fee72fe56f8ede650425258a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mustache
PORTVERSION=    1.0.3
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Framework-agnostic way to render logic-free views

LICENSE=    MIT

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

PLIST_FILES=    bin/mustache

.include <bsd.port.mk>