diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-07-21 19:06:54 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-07-21 19:06:54 +0800 |
commit | 0d7d6b158d390421980d0ce56945384e0bbfac24 (patch) | |
tree | 2b5d7402aa79f19fed66ab3430dd15cbe3eb73c1 /www/pear-HTTP_Session2/Makefile | |
parent | f0adfe5390374c2074dfdcbe6ac39accc7dc3597 (diff) | |
download | freebsd-ports-gnome-0d7d6b158d390421980d0ce56945384e0bbfac24.tar.gz freebsd-ports-gnome-0d7d6b158d390421980d0ce56945384e0bbfac24.tar.zst freebsd-ports-gnome-0d7d6b158d390421980d0ce56945384e0bbfac24.zip |
- Update to 0.5.6.
PR: ports/114662
Submitted by: chinsan
Approved by: maintainer, rafan (mentor)
Diffstat (limited to 'www/pear-HTTP_Session2/Makefile')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 6401f454aeea..0a4363561630 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP_Session -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= www devel pear MAINTAINER= bg1tpt@gmail.com @@ -15,9 +15,15 @@ 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 Session/Container/MDB.php Session/Container/MDB2.php +USE_DOS2UNIX= yes + +FILES= Session.php Session/Container.php Session/Container/DB.php \ + Session/Container/MDB.php Session/Container/MDB2.php \ + Session/Container/Memcache.php EXAMPLES= HTTP_Session_Example.php Container_Example.php sessiondata.sql _EXAMPLESDIR= docs +TESTS= AllTests.bat AllTests.php HTTP_SessionTest.php \ + HTTP_Session_ContainerTest.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |