mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5d7b880ff0
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
21 lines
395 B
Makefile
21 lines
395 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
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= feyeleanor
|
|
GH_TAGNAME= 724aedf
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|