mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
5d7b880ff0
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
20 lines
291 B
Makefile
20 lines
291 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= statik
|
|
PORTVERSION= 20141209
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= cheffo@freebsd-bg.org
|
|
COMMENT= Embed static files into a Go executable
|
|
|
|
LICENSE= APACHE20
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rakyll
|
|
GH_TAGNAME= 4a16c83
|
|
|
|
.include <bsd.port.mk>
|