Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/pecl-sqlite/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 16 Sep 2005 17:58:26 -0000 1.4 +++ Makefile 8 Dec 2010 17:41:18 -0000 @@ -15,7 +15,9 @@ DIST_SUBDIR= PECL MAINTAINER= mnag@FreeBSD.org -COMMENT= PECL classes to access sqlite databases +COMMENT= PECL classes to access sqlite databases in PHP 4 + +LICENSE= PHP301 WRKSRC= ${WRKDIR}/SQLite-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message @@ -24,6 +26,8 @@ USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= sqlite +DEFAULT_PHP_VER?=4 +IGNORE_WITH_PHP=5 52 CONFIGURE_ARGS= --with-sqlite @@ -32,10 +36,6 @@ .include -.if ${PHP_VER} == 5 -IGNORE= Please use databases/php${PHP_VER}-sqlite -.endif - .if !defined(NOPORTDOCS) PORTDOCS= * .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/pecl-sqlite/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 9 Nov 2005 02:32:44 -0000 1.3 +++ distinfo 7 Dec 2010 16:58:45 -0000 @@ -1,3 +1,2 @@ -MD5 (PECL/SQLite-1.0.3.tgz) = 3741cb211f9eb3f77de086e96d232e95 SHA256 (PECL/SQLite-1.0.3.tgz) = 19edf52557c75a764e021d60414fe4ce347cbdab55377d4aafbecb30785d79a5 SIZE (PECL/SQLite-1.0.3.tgz) = 371189