opnsense-ports/devel/go-sql-driver/Makefile
Franco Fichtner 76a5ee7662 */*: sync with upstream
Taken from: FreeBSD
2016-04-23 19:02:02 +02:00

21 lines
411 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
USES= go
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
GH_PROJECT= mysql
GO_PKGNAME= github.com/${PORTNAME}/${GH_PROJECT}
.include <bsd.port.mk>