cf118ccf87
Reported by: lwhsu
20 lines
320 B
Makefile
20 lines
320 B
Makefile
PORTNAME= yamerl
|
|
PORTVERSION= 0.7.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= YAML 1.2 parser in pure Erlang
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= yakaz
|
|
|
|
ERL_DOCS= README.md doc
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|