summaryrefslogtreecommitdiff
path: root/databases/php-sqlite3/Makefile
blob: fc4cf56e37582c6f9f886f275b78329ff4a5e1e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	php-sqlite3
# Date created:			26 Sep 2006
# Whom:				Simon Cornelius P. Umacob <simoncpu@infoweapons.com>
#
# $FreeBSD$
#

PORTNAME=		sqlite3
PORTVERSION=		0.5
CATEGORIES=		databases
MASTER_SITES=		SF/php-${PORTNAME}/source%20code/release%20${PORTVERSION}
PKGNAMEPREFIX=		php-
EXTRACT_SUFX=		.tgz

MAINTAINER=		glarkin@FreeBSD.org
COMMENT=		A port for the PHP sqlite3 extension

BUILD_DEPENDS=		sqlite3>=3.0:${PORTSDIR}/databases/sqlite3

CONFIGURE_ARGS=		--with-sqlite3=${LOCALBASE}
USE_PHP=		yes
USE_PHPIZE=		yes
USE_PHPEXT=		yes
USE_PHP_BUILD=		yes

.include <bsd.port.mk>