63d17e75d7
With hat: portmgr Sponsored by: Absolight
21 lines
333 B
Makefile
21 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yamerl
|
|
PORTVERSION= 0.3.2
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSIONSUFFIX= -1
|
|
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>
|