1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/gomysql/Makefile
Wen Heping 77a0f669df - Mark broken for go1
PR:		167324
Submitted by:	jlaffaye@
2012-05-02 01:51:36 +00:00

28 lines
590 B
Makefile

# New ports collection makefile for: gomysql
# Date created: Dec 06, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gomysql
PORTVERSION= 0.3.2
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= LOCAL/wen
DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411
MAINTAINER= wen@FreeBSD.org
COMMENT= A MySQL client library written in Go
BROKEN= Does not compile with go1
WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa
PLIST_FILES= ${GO_LIBDIR}/mysql.a
USE_GO= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>