1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/php-sqlite3/Makefile
Pav Lucistnik 6ac340229b - sqlite3' PORTNAME changed, fix depobj
Reported by:	pointyhat
2007-03-30 07:56:41 +00:00

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>