diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-17 23:40:57 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-17 23:40:57 +0000 |
commit | d16c2e222e2881f5eedcf2c826d034dedebe7b15 (patch) | |
tree | 9c4a191a0892bf7573188b155f2c19226e759d78 /databases/gosqlite3 | |
parent | 9a361994a8082d0d90b51cb368b056198127df7b (diff) | |
download | ports-d16c2e222e2881f5eedcf2c826d034dedebe7b15.tar.gz ports-d16c2e222e2881f5eedcf2c826d034dedebe7b15.zip |
Notes
Diffstat (limited to 'databases/gosqlite3')
-rw-r--r-- | databases/gosqlite3/Makefile | 7 |
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 |