opnsense-ports/devel/go-raw/Makefile

24 lines
473 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
DEPRECATED= Go libraries should not be packaged
EXPIRATION_DATE= 2019-03-31
#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>