freebsd-ports/databases/gomysql/Makefile
2011-05-31 08:58:32 +00:00

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.3.2
CATEGORIES= databases
MASTER_SITES= LOCAL/wen
DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411
MAINTAINER= wen@FreeBSD.org
COMMENT= A MySQL client library written in Go
WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa
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>