2003-12-28 09:54:32 +01:00
|
|
|
# Ports collection makefile for: pear-HTTP_Session
|
|
|
|
# Date created: 13 December 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-04-26 21:05:14 +02:00
|
|
|
PORTNAME= HTTP_Session2
|
2010-08-09 12:48:42 +02:00
|
|
|
PORTVERSION= 0.7.3
|
2003-12-28 09:54:32 +01:00
|
|
|
CATEGORIES= www devel pear
|
|
|
|
|
2010-08-09 12:48:42 +02:00
|
|
|
MAINTAINER= joehorn@gmail.com
|
2008-04-26 21:05:14 +02:00
|
|
|
COMMENT= PHP5 Session Handler
|
2003-12-28 09:54:32 +01:00
|
|
|
|
2010-08-09 12:48:42 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-12-28 09:54:32 +01:00
|
|
|
|
2007-07-21 13:06:54 +02:00
|
|
|
USE_DOS2UNIX= yes
|
|
|
|
|
2010-08-09 12:48:42 +02:00
|
|
|
IGNORE_WITH_PHP= 4
|
|
|
|
|
2008-04-26 21:05:14 +02:00
|
|
|
CATEGORY= HTTP
|
|
|
|
FILES= HTTP/Session2.php \
|
|
|
|
HTTP/Session2/Container.php \
|
|
|
|
HTTP/Session2/Exception.php \
|
|
|
|
HTTP/Session2/Container/DB.php \
|
|
|
|
HTTP/Session2/Container/Interface.php \
|
|
|
|
HTTP/Session2/Container/MDB2.php \
|
|
|
|
HTTP/Session2/Container/Memcache.php
|
|
|
|
EXAMPLES= HTTP_Session2_Example.php sessiondata.sql
|
2004-04-13 22:23:20 +02:00
|
|
|
_EXAMPLESDIR= docs
|
2010-08-09 12:48:42 +02:00
|
|
|
TESTS= AllTests.php functions.php \
|
|
|
|
test-session2.phpt test-session-doctrine.phpt \
|
|
|
|
test-session-mdb2.phpt test-session.phpt
|
2004-04-13 22:23:20 +02:00
|
|
|
|
2003-12-28 09:54:32 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-12-28 09:54:32 +01:00
|
|
|
.include <bsd.port.post.mk>
|