freebsd-ports/devel/go-raw/Makefile
Antoine Brodin 7c3ba8225c Unbreak
2015-05-06 18:32:08 +00:00

21 lines
464 B
Makefile

# $FreeBSD$
PORTNAME= raw
PORTVERSION= 0.0.0.20130328
CATEGORIES= devel
PKGNAMEPREFIX= go-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Go library for high-level interface to unsafe and reflection packages
#LICENSE= MIT based, but with no-evil clause
USE_GITHUB= yes
GH_ACCOUNT= feyeleanor
GH_TAGNAME= 724aedf
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>