diff options
Diffstat (limited to 'textproc/rubygem-mustache/Makefile')
-rw-r--r-- | textproc/rubygem-mustache/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/rubygem-mustache/Makefile b/textproc/rubygem-mustache/Makefile new file mode 100644 index 000000000000..48220ff6a17e --- /dev/null +++ b/textproc/rubygem-mustache/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= mustache +PORTVERSION= 1.0.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Mustache is a framework-agnostic way to render logic-free views + +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/mustache + +.include <bsd.port.mk> |