# Created by: Zhihao Yuan # $FreeBSD: head/databases/gosqlite3/Makefile 359586 2014-06-27 17:21:06Z miwi $ PORTNAME= gosqlite3 PORTVERSION= 20120330 PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= LOCAL/jlaffaye MAINTAINER= lichray@gmail.com COMMENT= Go interface for SQLite3 LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 GO_PKGNAME= github.com/kuroneko/${PORTNAME} .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include