mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
devel/rubygem-mustache-sinatra: Add a new port
PR: 260207
This commit is contained in:
parent
afb9016cac
commit
55ff7ef8b3
@ -6563,6 +6563,7 @@
|
||||
SUBDIR += rubygem-multi_test
|
||||
SUBDIR += rubygem-murmurhash3
|
||||
SUBDIR += rubygem-mustache
|
||||
SUBDIR += rubygem-mustache-sinatra
|
||||
SUBDIR += rubygem-mustache0
|
||||
SUBDIR += rubygem-mustermann
|
||||
SUBDIR += rubygem-mustermann-grape
|
||||
|
18
devel/rubygem-mustache-sinatra/Makefile
Normal file
18
devel/rubygem-mustache-sinatra/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Sir l33tname <sirl33tname@gmail.com>
|
||||
|
||||
PORTNAME= mustache-sinatra
|
||||
DISTVERSION= 1.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sirl33tname@gmail.com
|
||||
COMMENT= Support for Mustache in your Sinatra app
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-mustache-sinatra/distinfo
Normal file
3
devel/rubygem-mustache-sinatra/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1638615570
|
||||
SHA256 (rubygem/mustache-sinatra-1.0.1.gem) = b99e1f44efe2818cab04941d9f029ecd66348194c67e98e25d5e8ff9c3e36de7
|
||||
SIZE (rubygem/mustache-sinatra-1.0.1.gem) = 9216
|
9
devel/rubygem-mustache-sinatra/pkg-descr
Normal file
9
devel/rubygem-mustache-sinatra/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Mustache implementation for modern C++ (requires C++11).
|
||||
|
||||
Features:
|
||||
* Header only
|
||||
* Zero dependencies
|
||||
* Templated string type for compatibility with any STL-like string
|
||||
(std::string, std::wstring, etc)
|
||||
|
||||
WWW: https://github.com/kainjow/Mustache
|
Loading…
Reference in New Issue
Block a user