aboutsummaryrefslogtreecommitdiffstats
path: root/devel/go-raw/Makefile
blob: ee9f53067c5a2cbaa2ba6fa847b2db8b72ed1729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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>