18 lines
289 B
Makefile
18 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bbmustache
|
|
PORTVERSION= 1.1.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Mustache template engine for Erlang
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= soranoba
|
|
|
|
.include <bsd.port.mk>
|