56c3971bcd
values. It was developed within Canonical as part of the juju project, and is based on a pure Go port of the well-known libyaml C library to parse and generate YAML data quickly and reliably. WWW: https://github.com/go-yaml/yaml
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# Created by: Carlo Strub <cs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yaml
|
|
PORTVERSION= 20160301
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= YAML support for the Go language
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= go-yaml
|
|
GH_TAGNAME= a83829b6f1293c91addabc89d0571c246397bbf4
|
|
USES= go
|
|
GO_PKGNAME= github.com/go-yaml/yaml
|
|
|
|
.include <bsd.port.mk>
|