1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/rubygem-mustache-sinatra: Fix WWW, description and dependency

PR:		271507
Reported by:	chuanwei.foo@hotmail.com
This commit is contained in:
Sir l33tname 2023-06-14 08:53:46 +02:00 committed by Fernando Apesteguía
parent 38661e8955
commit 1ef990dbd6
2 changed files with 5 additions and 8 deletions

View File

@ -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

View File

@ -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.