mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
ff60500447
PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
26 lines
520 B
Makefile
26 lines
520 B
Makefile
# New ports collection makefile for: pure-sql3
|
|
# Date created: 2011-03-18
|
|
# Whom: Zhihao Yuan <lichray@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pure-sql3
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Pure language binding to the SQLite3 library
|
|
|
|
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3
|
|
|
|
USE_PURE= yes
|
|
|
|
PLIST_FILES= lib/pure/sql3.pure \
|
|
lib/pure/sql3util.so
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
|
|
.include <bsd.port.post.mk>
|