mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
devel/rubygem-mustache-sinatra: Fix WWW, description and dependency
PR: 271507
Reported by: chuanwei.foo@hotmail.com
(cherry picked from commit 1ef990dbd6
)
This commit is contained in:
parent
5a93abef5e
commit
fd2a549a9e
2 changed files with 5 additions and 8 deletions
|
@ -1,15 +1,18 @@
|
|||
PORTNAME= mustache-sinatra
|
||||
DISTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sirl33tname@gmail.com
|
||||
COMMENT= Support for Mustache in your Sinatra app
|
||||
WWW= https://github.com/kainjow/Mustache
|
||||
WWW= https://github.com/mustache/mustache-sinatra
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-mustache0>0:devel/rubygem-mustache0
|
||||
|
||||
USES= gem
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,7 +1 @@
|
|||
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)
|
||||
Support for Mustache in your Sinatra app.
|
||||
|
|
Loading…
Add table
Reference in a new issue