summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3/Makefile
blob: 98097b81c297ecc204895205ef64c81b4ee77ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	sqlite3
PORTVERSION=	2.5.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

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}

# Clean up bundled libraries
post-patch:
	@${RM} -r ${WRKSRC}/ports/

.include <bsd.port.mk>