blob: ba836adfac0ec39a533aa3ac2cee458759a74c33 (
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
27
28
|
# 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
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
.include <bsd.port.mk>
|