mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
21 lines
311 B
Makefile
21 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yamerl
|
|
PORTVERSION= 0.6.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@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
|
|
|
|
.include <bsd.port.mk>
|