diff options
Diffstat (limited to 'www/pear-HTTP_Session2/Makefile')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 4e6f50d59bfa..6401f454aeea 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -6,17 +6,17 @@ # PORTNAME= HTTP_Session -PORTVERSION= 0.4 +PORTVERSION= 0.5.5 CATEGORIES= www devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bg1tpt@gmail.com COMMENT= PEAR Object-oriented interface to the session_* family functions BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= Session.php Session/Container.php Session/Container/DB.php -EXAMPLES= HTTP_Session_Example.php sessiondata.sql +FILES= Session.php Session/Container.php Session/Container/DB.php Session/Container/MDB.php Session/Container/MDB2.php +EXAMPLES= HTTP_Session_Example.php Container_Example.php sessiondata.sql _EXAMPLESDIR= docs .include <bsd.port.pre.mk> |