mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
41 lines
989 B
Makefile
41 lines
989 B
Makefile
# 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.3
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= joehorn@gmail.com
|
|
COMMENT= PHP5 Session Handler
|
|
|
|
LICENSE= BSD
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_DOS2UNIX= yes
|
|
|
|
IGNORE_WITH_PHP= 4
|
|
|
|
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 functions.php \
|
|
test-session2.phpt test-session-doctrine.phpt \
|
|
test-session-mdb2.phpt test-session.phpt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|