9be44a431b
provide a library with a high level of usability, good interal error handling and to emulate similar libraries available for other languages to provide an easy migration of MySQL based systems into the Go language. WWW: https://github.com/Philio/GoMySQL
24 lines
532 B
Makefile
24 lines
532 B
Makefile
# New ports collection makefile for: gomysql
|
|
# Date created: Dec 06, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gomysql
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= LOCAL/wen
|
|
DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g61eeb6a
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A MySQL client library written in Go
|
|
|
|
WRKSRC= ${WRKDIR}/Philio-GoMySQL-862a45c
|
|
PLIST_FILES= ${GO_LIBDIR}/mysql.a
|
|
|
|
USE_GO= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "../../lang/go/files/bsd.go.mk"
|
|
.include <bsd.port.post.mk>
|