1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/devel/statik/Makefile
Mathieu Arnold 5d7b880ff0 Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
2016-04-22 12:40:04 +00:00

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>