blob: 9fe59b3f188da3f0036ac97cd04d3ec96bf96280 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Ports collection makefile for: pear-HTTP_Session
# Date created: 13 December 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= HTTP_Session2
PORTVERSION= 0.7.2
CATEGORIES= www devel pear
MAINTAINER= bg1tpt@gmail.com
COMMENT= PHP5 Session Handler
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_DOS2UNIX= yes
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
_EXAMPLESDIR= docs
TESTS= AllTests.php Session2Test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|