2005-01-29 19:43:19 +01:00
|
|
|
# Ports collection makefile for: pear-LiveUser_Admin
|
|
|
|
# Date created: 25 January 2005
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= LiveUser_Admin
|
2011-07-02 13:55:54 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2011-11-09 05:41:17 +01:00
|
|
|
PORTREVISION= 1
|
2005-04-10 22:13:02 +02:00
|
|
|
CATEGORIES= security www pear
|
2005-01-29 19:43:19 +01:00
|
|
|
|
2007-06-20 15:45:08 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-01-29 19:43:19 +01:00
|
|
|
COMMENT= PEAR user authentication and permission management framework
|
|
|
|
|
2011-11-09 05:41:17 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/LiveUser.php:${PORTSDIR}/security/pear-LiveUser
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/LiveUser.php:${PORTSDIR}/security/pear-LiveUser
|
2005-01-29 19:43:19 +01:00
|
|
|
|
|
|
|
LATEST_LINK= pear-LiveUser_Admin
|
2005-03-17 01:05:15 +01:00
|
|
|
OPTIONS= PEAR_DB "PEAR::DB support" off \
|
2005-01-29 19:43:19 +01:00
|
|
|
PEAR_MDB "PEAR::MDB support" off \
|
|
|
|
PEAR_MDB2 "PEAR::MDB2 support" off \
|
|
|
|
PEAR_LOG "PEAR::Log support" off \
|
|
|
|
PEAR_XML_TREE "PEAR::XML_Tree support" off \
|
|
|
|
PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off
|
|
|
|
|
2011-07-02 13:55:54 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2005-01-29 19:43:19 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-03-17 01:05:15 +01:00
|
|
|
.if defined(WITH_PEAR_DB)
|
|
|
|
RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
2005-01-29 19:43:19 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_PEAR_MDB)
|
2005-03-17 01:05:15 +01:00
|
|
|
RUN_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
|
2005-01-29 19:43:19 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_PEAR_MDB2)
|
2005-03-17 01:05:15 +01:00
|
|
|
RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
2005-01-29 19:43:19 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_PEAR_LOG)
|
2007-06-20 15:45:08 +02:00
|
|
|
RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
|
2005-01-29 19:43:19 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_PEAR_XML_TREE)
|
2005-03-17 01:05:15 +01:00
|
|
|
RUN_DEPENDS+= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
|
2005-01-29 19:43:19 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_PEAR_CRYPT_RC4)
|
2005-03-17 01:05:15 +01:00
|
|
|
RUN_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4
|
2005-01-29 19:43:19 +01:00
|
|
|
.endif
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-01-29 19:43:19 +01:00
|
|
|
.include <bsd.port.post.mk>
|