aboutsummaryrefslogtreecommitdiff
path: root/databases/gosqlite3
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-17 23:40:57 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-17 23:40:57 +0000
commitd16c2e222e2881f5eedcf2c826d034dedebe7b15 (patch)
tree9c4a191a0892bf7573188b155f2c19226e759d78 /databases/gosqlite3
parent9a361994a8082d0d90b51cb368b056198127df7b (diff)
downloadports-d16c2e222e2881f5eedcf2c826d034dedebe7b15.tar.gz
ports-d16c2e222e2881f5eedcf2c826d034dedebe7b15.zip
- 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
Notes
Notes: svn path=/head/; revision=316012
Diffstat (limited to 'databases/gosqlite3')
-rw-r--r--databases/gosqlite3/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/gosqlite3/Makefile b/databases/gosqlite3/Makefile
index ae123c7d7896..43f888dfc56a 100644
--- a/databases/gosqlite3/Makefile
+++ b/databases/gosqlite3/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gosqlite3
-# Date created: Apr 11, 2011
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= gosqlite3
PORTVERSION= 20120330
@@ -15,7 +11,6 @@ COMMENT= A Go interface for SQLite3
LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
-USE_GO= yes
GO_PKGNAME= ${SUBLIBDIR}/${PORTNAME}
SUBLIBDIR= github.com/kuroneko