blob: 208407cd4333dc5b82d7158b04ee5707a111ac6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= statik
PORTVERSION= 20141209
CATEGORIES= devel
MAINTAINER= cheffo@freebsd-bg.org
COMMENT= Embed static files into a Go executable
LICENSE= APACHE20
BUILD_DEPENDS= go:${PORTSDIR}/lang/go
ONLY_FOR_ARCHS= i386 amd64
USE_GITHUB= yes
GH_ACCOUNT= rakyll
GH_TAGNAME= 4a16c83
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>
|