1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/databases/gomysql/Makefile
Alex Kozlov d16c2e222e - Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style

Approved by: portmgr (bapt)
Feature safe: yes
2013-04-17 23:40:57 +00:00

22 lines
496 B
Makefile

# Created by: 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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>