21 lines
464 B
Makefile
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>
|