freebsd-ports/devel/statik/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

22 lines
399 B
Makefile

# $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>