mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
6ac340229b
Reported by: pointyhat
29 lines
648 B
Makefile
29 lines
648 B
Makefile
# 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.4
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= php-sqlite3
|
|
PKGNAMEPREFIX= php-
|
|
EXTRACT_SUFX= .tgz
|
|
#DISTFILES= sqlite3-0.4.tgz
|
|
|
|
MAINTAINER= simoncpu@infoweapons.com
|
|
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>
|