mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
23 lines
480 B
Makefile
23 lines
480 B
Makefile
PORTNAME= sqlite3
|
|
PORTVERSION= 1.7.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby interface to the SQLite DB engine version 3
|
|
WWW= https://github.com/sparklemotion/sqlite3-ruby
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem sqlite
|
|
|
|
CONFIGURE_ARGS= --enable-system-libraries --with-sqlite3-dir=${LOCALBASE}
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
post-patch:
|
|
@${RM} -r ${WRKSRC}/ports/
|
|
|
|
.include <bsd.port.mk>
|