Prune devel/py-EnthoughtBase
[dports.git] / devel / erlang-bbmustache / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       bbmustache
4 PORTVERSION=    1.0.3
5 DISTVERSIONPREFIX=      v
6 CATEGORIES=     devel
7 PKGNAMEPREFIX=  erlang-
8
9 MAINTAINER=     olgeni@FreeBSD.org
10 COMMENT=        Mustache template engine for Erlang
11
12 LICENSE=        MIT
13
14 USES=           erlang:rebar3
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     soranoba
17
18 .include <bsd.port.mk>