freebsd-ports/devel/go-sql-driver/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
484 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= go-sql-driver
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
MASTER_SITES= GH \
http://mirrors.rit.edu/zi/
MAINTAINER= lattera@gmail.com
COMMENT= Lightweight and fast MySQL driver for go
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
GH_PROJECT= mysql
GO_PKGNAME= github.com/${PORTNAME}/${GH_PROJECT}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>