Index: head/security/pear-Auth/Makefile =================================================================== --- head/security/pear-Auth/Makefile (revision 369310) +++ head/security/pear-Auth/Makefile (revision 369311) @@ -1,81 +1,43 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Auth PORTVERSION= 1.6.4 CATEGORIES= security pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for creating an authentication system -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes -LATEST_LINK= pear-Auth OPTIONS_DEFINE= PEAR_LOG PEAR_FILE_PASSWD PEAR_NET_POP3 PEAR_DB PEAR_MDB \ PEAR_MDB2 PEAR_AUTH_RADIUS PEAR_CRYPT_CHAP PEAR_FILE_SMBPASSWD \ PEAR_SOAP PEAR_NET_VPOPMAILD PEAR_LOG_DESC= PEAR::Log support PEAR_FILE_PASSWD_DESC= PEAR::File_Passwd support PEAR_NET_POP3_DESC= PEAR::Net_POP3 support PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_AUTH_RADIUS_DESC= PEAR::AUTH_RADIUS support PEAR_CRYPT_CHAP_DESC= PEAR::CRYPT_CHAP support PEAR_FILE_SMBPASSWD_DESC= PEAR::File_SMBPasswd support PEAR_SOAP_DESC= PEAR::SOAP support PEAR_NET_VPOPMAILD_DESC= PEAR::Net_Vpopmaild support +PEAR_LOG_RUN_DEPENDS= ${PEARDIR}/Log/syslog.php:${PORTSDIR}/sysutils/pear-Log +PEAR_FILE_PASSWD_RUN_DEPENDS= ${PEARDIR}/File/Passwd.php:${PORTSDIR}/security/pear-File_Passwd +PEAR_CRYPT_CHAP_RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP +PEAR_NET_POP3_RUN_DEPENDS= ${PEARDIR}/Net/POP3.php:${PORTSDIR}/net/pear-Net_POP3 +PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB +PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +PEAR_AUTH_RADIUS_RUN_DEPENDS= ${PEARDIR}/Auth/RADIUS.php:${PORTSDIR}/net/pear-Auth_RADIUS +PEAR_FILE_SMBPASSWD_RUN_DEPENDS= ${PEARDIR}/File/SMBPasswd.php:${PORTSDIR}/security/pear-File_SMBPasswd +PEAR_SOAP_RUN_DEPENDS= ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP +PEAR_NET_VPOPMAILD_RUN_DEPENDS= ${PEARDIR}/Net/Vpopmaild.php:${PORTSDIR}/net/pear-Net_Vpopmaild + post-extract: @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php -.include - -.if ${PORT_OPTIONS:MPEAR_LOG} -RUN_DEPENDS+= ${PEARDIR}/Log/syslog.php:${PORTSDIR}/sysutils/pear-Log -.endif - -.if ${PORT_OPTIONS:MPEAR_FILE_PASSWD} -RUN_DEPENDS+= ${PEARDIR}/File/Passwd.php:${PORTSDIR}/security/pear-File_Passwd -.endif - -.if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP} -RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP -.endif - -.if ${PORT_OPTIONS:MPEAR_NET_POP3} -RUN_DEPENDS+= ${PEARDIR}/Net/POP3.php:${PORTSDIR}/net/pear-Net_POP3 -.endif - -.if ${PORT_OPTIONS:MPEAR_DB} -RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB} -RUN_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB2} -RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -.endif - -.if ${PORT_OPTIONS:MPEAR_AUTH_RADIUS} -RUN_DEPENDS+= ${PEARDIR}/Auth/RADIUS.php:${PORTSDIR}/net/pear-Auth_RADIUS -.endif - -.if ${PORT_OPTIONS:MPEAR_FILE_SMBPASSWD} -RUN_DEPENDS+= ${PEARDIR}/File/SMBPasswd.php:${PORTSDIR}/security/pear-File_SMBPasswd -.endif - -.if ${PORT_OPTIONS:MPEAR_SOAP} -RUN_DEPENDS+= ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP -.endif - -.if ${PORT_OPTIONS:MPEAR_NET_VPOPMAILD} -RUN_DEPENDS+= ${PEARDIR}/Net/Vpopmaild.php:${PORTSDIR}/net/pear-Net_Vpopmaild -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Index: head/security/pear-Auth_HTTP/Makefile =================================================================== --- head/security/pear-Auth_HTTP/Makefile (revision 369310) +++ head/security/pear-Auth_HTTP/Makefile (revision 369311) @@ -1,17 +1,12 @@ # $FreeBSD$ PORTNAME= Auth_HTTP PORTVERSION= 2.1.8 CATEGORIES= security www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR HTTP authentication -BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Auth_OpenID/Makefile =================================================================== --- head/security/pear-Auth_OpenID/Makefile (revision 369310) +++ head/security/pear-Auth_OpenID/Makefile (revision 369311) @@ -1,52 +1,44 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= Auth_OpenID PORTVERSION= 2.1.3 CATEGORIES= security www pear MASTER_SITES= http://openidenabled.com/files/php-openid/packages/ DISTNAME= php-openid-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= PHP OpenID library v2 for PEAR -RUN_DEPENDS= pear:${PORTSDIR}/devel/pear -BUILD_DEPENDS:= ${RUN_DEPENDS} - CONFLICTS= php-Auth_OpenID-1.* LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 -LATEST_LINK= pear-Auth_OpenID +USES= tar:bzip2 pear python:build + WRKSRC= ${WRKDIR}/php-openid-${PORTVERSION} OPTIONS_DEFINE= BCMATH PEAR_DB BCMATH_DESC= Use bcmath instead of libgmp PEAR_DB_DESC= Support SQL stores USE_PHP= curl dom -USE_PYTHON_BUILD= yes -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -EXTRACT_SUFX= .tar.bz2 +PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +.include + .if ${PORT_OPTIONS:MBCMATH} USE_PHP+= bcmath .else USE_PHP+= gmp .endif -.if ${PORT_OPTIONS:MPEAR_DB} -BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif post-configure: @cd ${WRKSRC}/admin && ${PYTHON_CMD} packagexml.py ${PORTVERSION} package2.xml ../CHANGELOG > ${WRKDIR}/package.xml -.include +.include Index: head/security/pear-Auth_PrefManager/Makefile =================================================================== --- head/security/pear-Auth_PrefManager/Makefile (revision 369310) +++ head/security/pear-Auth_PrefManager/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Auth_PrefManager PORTVERSION= 1.2.2 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR preferences management class -BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -RUN_DEPENDS:= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Auth_SASL/Makefile =================================================================== --- head/security/pear-Auth_SASL/Makefile (revision 369310) +++ head/security/pear-Auth_SASL/Makefile (revision 369311) @@ -1,20 +1,18 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= Auth_SASL PORTVERSION= 1.0.6 CATEGORIES= security www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR abstraction of various SASL mechanism responses LICENSE= BSD3CLAUSE +USES= pear + BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -PEAR_AUTOINSTALL= yes - -.include -.include "${.CURDIR}/../../devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_Blowfish/Makefile =================================================================== --- head/security/pear-Crypt_Blowfish/Makefile (revision 369310) +++ head/security/pear-Crypt_Blowfish/Makefile (revision 369311) @@ -1,34 +1,30 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_Blowfish PORTVERSION= 1.1.0.r2 CATEGORIES= security www pear DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for blowfish encryption -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes +OPTIONS_DEFINE= MCRYPT +MCRYPT_DESC= Additional MCrypt PHP support -.if defined(WITH_PHP_MCRYPT) -USE_PHP=mcrypt -.endif +MCRYPT_USE= PHP=mcrypt pre-fetch: @${ECHO_CMD} "" @${ECHO_CMD} "You may set envirtonment variable WITH_PHP_MCRYPT to include" @${ECHO_CMD} "additional MCrypt PHP support" @${ECHO_CMD} "" post-patch: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} .endfor -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_CBC/Makefile =================================================================== --- head/security/pear-Crypt_CBC/Makefile (revision 369310) +++ head/security/pear-Crypt_CBC/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Crypt_CBC PORTVERSION= 1.0.1 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to emulate Perl's Crypt::CBC module -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_CHAP/Makefile =================================================================== --- head/security/pear-Crypt_CHAP/Makefile (revision 369310) +++ head/security/pear-Crypt_CHAP/Makefile (revision 369311) @@ -1,20 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_CHAP PORTVERSION= 1.5.0 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for generating CHAP packets -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= mcrypt mhash -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_DiffieHellman/Makefile =================================================================== --- head/security/pear-Crypt_DiffieHellman/Makefile (revision 369310) +++ head/security/pear-Crypt_DiffieHellman/Makefile (revision 369311) @@ -1,20 +1,14 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= Crypt_DiffieHellman PORTVERSION= 0.2.6 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5 -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= bcmath mbstring gmp -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_GPG/Makefile =================================================================== --- head/security/pear-Crypt_GPG/Makefile (revision 369310) +++ head/security/pear-Crypt_GPG/Makefile (revision 369311) @@ -1,19 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Crypt_GPG PORTVERSION= 1.3.2 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= GNU Privacy Guard (GPG) -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= posix -PEAR_AUTOINSTALL=yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_HMAC2/Makefile =================================================================== --- head/security/pear-Crypt_HMAC2/Makefile (revision 369310) +++ head/security/pear-Crypt_HMAC2/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Crypt_HMAC2 PORTVERSION= 1.0.0 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Implementation of Hashed Message Authentication Code for PHP5 -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_MicroID/Makefile =================================================================== --- head/security/pear-Crypt_MicroID/Makefile (revision 369310) +++ head/security/pear-Crypt_MicroID/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Crypt_MicroID PORTVERSION= 0.1.0 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP MicroID library -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_RC4/Makefile =================================================================== --- head/security/pear-Crypt_RC4/Makefile (revision 369310) +++ head/security/pear-Crypt_RC4/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_RC4 PORTVERSION= 1.0.3 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR encryption class for RC4 encryption -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Crypt_RSA/Makefile =================================================================== --- head/security/pear-Crypt_RSA/Makefile (revision 369310) +++ head/security/pear-Crypt_RSA/Makefile (revision 369311) @@ -1,32 +1,21 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_RSA PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class allows you to use two-key strong cryptography -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear OPTIONS_DEFINE= BCMATH GMP BCMATH_DESC= PHP BCMath extension support GMP_DESC= PHP GMP extension support -LATEST_LINK= pear-${PORTNAME} +BCMATH_USE= PHP=bcmath +GMP_USE= PHP=gmp -PEAR_AUTOINSTALL= yes - -.include - -.for opt in BCMATH GMP -. if ${PORT_OPTIONS:M${opt}} -USE_PHP+= ${opt:tl} -. endif -.endfor - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Index: head/security/pear-Crypt_XXTEA/Makefile =================================================================== --- head/security/pear-Crypt_XXTEA/Makefile (revision 369310) +++ head/security/pear-Crypt_XXTEA/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Crypt_XXTEA PORTVERSION= 0.9.0 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR XXTEA encryption algorithm -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-File_HtAccess/Makefile =================================================================== --- head/security/pear-File_HtAccess/Makefile (revision 369310) +++ head/security/pear-File_HtAccess/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_HtAccess PORTVERSION= 1.2.1 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to manipulate .htaccess files -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-File_Passwd/Makefile =================================================================== --- head/security/pear-File_Passwd/Makefile (revision 369310) +++ head/security/pear-File_Passwd/Makefile (revision 369311) @@ -1,27 +1,18 @@ # Created by: Antonio Carlos Venancio Junior # $FreeBSD$ PORTNAME= File_Passwd PORTVERSION= 1.1.7 CATEGORIES= security pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to manipulate many kinds of password files -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -LATEST_LINK= pear-File_Passwd OPTIONS_DEFINE= PEAR_CRYPT_CHAP PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support -PEAR_AUTOINSTALL= yes +PEAR_CRYPT_CHAP_RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP -.include - -.if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP} -RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-File_SMBPasswd/Makefile =================================================================== --- head/security/pear-File_SMBPasswd/Makefile (revision 369310) +++ head/security/pear-File_SMBPasswd/Makefile (revision 369311) @@ -1,19 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_SMBPasswd PORTVERSION= 1.0.3 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for managing SAMBA style password files BUILD_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP +USES= pear USE_PHP= mhash -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-HTML_Crypt/Makefile =================================================================== --- head/security/pear-HTML_Crypt/Makefile (revision 369310) +++ head/security/pear-HTML_Crypt/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= HTML_Crypt PORTVERSION= 1.3.4 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Encrypts text which is later decoded using JavaScript on the client side -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Horde_Auth/Makefile =================================================================== --- head/security/pear-Horde_Auth/Makefile (revision 369310) +++ head/security/pear-Horde_Auth/Makefile (revision 369311) @@ -1,15 +1,13 @@ # $FreeBSD$ PORTNAME= Horde_Auth PORTVERSION= 2.1.5 CATEGORIES= security www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Authentication API USE_HORDE_RUN= Horde_Exception Horde_Util USE_PHP= hash -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Index: head/security/pear-Horde_Crypt/Makefile =================================================================== --- head/security/pear-Horde_Crypt/Makefile (revision 369310) +++ head/security/pear-Horde_Crypt/Makefile (revision 369311) @@ -1,29 +1,24 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= Horde_Crypt PORTVERSION= 2.5.0 CATEGORIES= security www pear PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Cryptography API OPTIONS_DEFINE= BCMATH BCMATH_DESC= Depend on bcmath PHP extension USE_HORDE_RUN= Horde_Exception \ Horde_Mime \ Horde_Stream_Filter \ Horde_Translation \ Horde_Util USE_PHP= hash openssl -.include +BCMATH_USE= PHP=bcmath -.if ${PORT_OPTIONS:MBCMATH} -USE_PHP+= bcmath -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Index: head/security/pear-LiveUser/Makefile =================================================================== --- head/security/pear-LiveUser/Makefile (revision 369310) +++ head/security/pear-LiveUser/Makefile (revision 369311) @@ -1,55 +1,33 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= LiveUser PORTVERSION= 0.16.14 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher RUN_DEPENDS= ${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher PORTSCOUT= skipv:0.61 -LATEST_LINK= pear-LiveUser +USES= pear OPTIONS_DEFINE= PEAD_DB PEAR_MDB PEAR_MDB2 PEAR_LOG PEAR_XML_TREE PEAR_CRYPT_RC4 PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_LOG_DESC= PEAR::Log support PEAR_XML_TREE_DESC= PEAR::XML_Tree support PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support -PEAR_AUTOINSTALL=yes +PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB +PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +PEAR_LOG_RUN_DEPENDS= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log +PEAR_XML_TREE_RUN_DEPENDS= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree +PEAR_CRYPT_RC4_RUN_DEPENDS= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 -.include - -.if ${PORT_OPTIONS:MPEAR_DB} -RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB} -RUN_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB2} -RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -.endif - -.if ${PORT_OPTIONS:MPEAR_LOG} -RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log -.endif - -.if ${PORT_OPTIONS:MPEAR_XML_TREE} -RUN_DEPENDS+= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree -.endif - -.if ${PORT_OPTIONS:MPEAR_CRYPT_RC4} -RUN_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Index: head/security/pear-LiveUser_Admin/Makefile =================================================================== --- head/security/pear-LiveUser_Admin/Makefile (revision 369310) +++ head/security/pear-LiveUser_Admin/Makefile (revision 369311) @@ -1,54 +1,33 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= LiveUser_Admin PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/LiveUser.php:${PORTSDIR}/security/pear-LiveUser RUN_DEPENDS= ${PEARDIR}/LiveUser.php:${PORTSDIR}/security/pear-LiveUser -LATEST_LINK= pear-LiveUser_Admin OPTIONS_DEFINE= PEAR_DB PEAR_MDB PEAR_MDB2 PEAR_LOG PEAR_XML_TREE PEAR_CRYPT_RC4 PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_LOG_DESC= PEAR::Log support PEAR_XML_TREE_DESC= PEAR::XML_Tree support PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support -PEAR_AUTOINSTALL= yes +USES= pear -.include +PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB +PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +PEAR_LOG_RUN_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log +PEAR_XML_TREE_RUN_DEPENDS= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree +PEAR_CRYPT_RC4_RUN_DEPENDS= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 -.if ${PORT_OPTIONS:MPEAR_DB} -RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB} -RUN_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB2} -RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -.endif - -.if ${PORT_OPTIONS:MPEAR_LOG} -RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log -.endif - -.if ${PORT_OPTIONS:MPEAR_XML_TREE} -RUN_DEPENDS+= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree -.endif - -.if ${PORT_OPTIONS:MPEAR_CRYPT_RC4} -RUN_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Index: head/security/pear-Net_Portscan/Makefile =================================================================== --- head/security/pear-Net_Portscan/Makefile (revision 369310) +++ head/security/pear-Net_Portscan/Makefile (revision 369311) @@ -1,18 +1,13 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Net_Portscan PORTVERSION= 1.0.3 CATEGORIES= security pear MAINTAINER= miwi@FreeBSD.org COMMENT= Provides an API for scanning ports -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/security/pear-Text_Password/Makefile =================================================================== --- head/security/pear-Text_Password/Makefile (revision 369310) +++ head/security/pear-Text_Password/Makefile (revision 369311) @@ -1,17 +1,15 @@ # Created by: Attila Nagy # $FreeBSD$ PORTNAME= Text_password PORTVERSION= 1.1.1 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR random password creator USE_PHP= yes -PEAR_AUTOINSTALL= yes +USES= pear WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION} -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/shells/pear-PHP_Shell/Makefile =================================================================== --- head/shells/pear-PHP_Shell/Makefile (revision 369310) +++ head/shells/pear-PHP_Shell/Makefile (revision 369311) @@ -1,20 +1,15 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= PHP_Shell PORTVERSION= 0.3.2 CATEGORIES= shells www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Interactive PHP Shell USE_PHP= pcre tokenizer readline -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-Cache/Makefile =================================================================== --- head/sysutils/pear-Cache/Makefile (revision 369310) +++ head/sysutils/pear-Cache/Makefile (revision 369311) @@ -1,19 +1,17 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Cache PORTVERSION= 1.5.6 PORTREVISION= 1 CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR framework for caching of arbitrary data BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-Cache_Lite/Makefile =================================================================== --- head/sysutils/pear-Cache_Lite/Makefile (revision 369310) +++ head/sysutils/pear-Cache_Lite/Makefile (revision 369311) @@ -1,19 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Cache_Lite PORTVERSION= 1.7.16 PORTEPOCH= 1 CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR fast and safe little cache system -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-File/Makefile =================================================================== --- head/sysutils/pear-File/Makefile (revision 369310) +++ head/sysutils/pear-File/Makefile (revision 369311) @@ -1,20 +1,15 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= File PORTVERSION= 1.4.1 PORTEPOCH= 2 CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR common file and directory routines -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= pcre -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-File_Find/Makefile =================================================================== --- head/sysutils/pear-File_Find/Makefile (revision 369310) +++ head/sysutils/pear-File_Find/Makefile (revision 369311) @@ -1,20 +1,15 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= File_Find PORTVERSION= 1.3.3 CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that facilitates the search of filesystems LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-File_Fstab/Makefile =================================================================== --- head/sysutils/pear-File_Fstab/Makefile (revision 369310) +++ head/sysutils/pear-File_Fstab/Makefile (revision 369311) @@ -1,25 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_Fstab PORTVERSION= 2.0.3 CATEGORIES= sysutils devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to read and write fstab files -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -#PEAR_CATSRC= yes - -PEAR_AUTOINSTALL= yes - post-extract: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/File/${file} .endfor -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-File_Gettext/Makefile =================================================================== --- head/sysutils/pear-File_Gettext/Makefile (revision 369310) +++ head/sysutils/pear-File_Gettext/Makefile (revision 369311) @@ -1,20 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_Gettext PORTVERSION= 0.4.2 CATEGORIES= sysutils devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR GNU Gettext file parser -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= yes -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-I18Nv2/Makefile =================================================================== --- head/sysutils/pear-I18Nv2/Makefile (revision 369310) +++ head/sysutils/pear-I18Nv2/Makefile (revision 369311) @@ -1,19 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= I18Nv2 PORTVERSION= 0.11.4 CATEGORIES= sysutils devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Internationalization -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= iconv -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Index: head/sysutils/pear-Log/Makefile =================================================================== --- head/sysutils/pear-Log/Makefile (revision 369310) +++ head/sysutils/pear-Log/Makefile (revision 369311) @@ -1,43 +1,26 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Log PORTVERSION= 1.12.7 CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR logging utilities -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= yes -PEAR_AUTOINSTALL= yes LATEST_LINK= pear-Log OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PEAR_SQLITE PEAR_DB_DESC= PEAR::DB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_MAIL_DESC= PEAR::Mail support PHP_SQLITE_DESC= PHP sqlite support (php5 only) -.include +PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail +PHP_SQLITE_USE= PHP=sqlite -.if ${PORT_OPTIONS:MPEAR_DB} -BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB2} -BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -.endif - -.if ${PORT_OPTIONS:MPEAR_MAIL} -BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail -.endif - -.if ${PORT_OPTIONS:MPHP_SQLITE} -USE_PHP+= sqlite -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Index: head/sysutils/pear-Translation2/Makefile =================================================================== --- head/sysutils/pear-Translation2/Makefile (revision 369310) +++ head/sysutils/pear-Translation2/Makefile (revision 369311) @@ -1,65 +1,35 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Translation2 DISTVERSION= 2.0.4 PORTEPOCH= 1 CATEGORIES= sysutils devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for multilingual applications management -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= yes -PEAR_AUTOINSTALL= yes -LATEST_LINK= pear-Translation2 OPTIONS_DEFINE= PEAR_CACHE_LITE PEAR_DB PEAR_DB_DATAOBJECT PEAR_MDB PEAR_MDB2 \ PEAR_FILE_GETTEXT PEAR_I18NV2 PEAR_XML_SERIALIZER PEAR_CACHE_LITE_DESC= PEAR::Cache_Lite support PEAR_DB_DESC= PEAR::DB support PEAR_DB_DATAOBJECT_DESC= PEAR::DB_DataObject support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support PEAR_I18NV2_DESC= PEAR::I18Nv2 support PEAR_XML_SERIALIZER_DESC= PEAR::XML_Serializer support -.include +PEAR_CACHE_LITE_RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite +PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +PEAR_DB_DATAOBJECT_RUN_DEPENDS= ${PEARDIR}/DB/DataObject.php:${PORTSDIR}/databases/pear-DB_DataObject +PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB +PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +PEAR_FILE_GETTEXT_RUN_DEPENDS= ${PEARDIR}/File/Gettext.php:${PORTSDIR}/sysutils/pear-File_Gettext +PEAR_I18NV2_RUN_DEPENDS= ${PEARDIR}/File/I18Nv2.php:${PORTSDIR}/sysutils/pear-I18Nv2 +PEAR_XML_SERIALIZER_RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -.if ${PORT_OPTIONS:MPEAR_CACHE_LITE} -RUN_DEPENDS+= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite -.endif - -.if ${PORT_OPTIONS:MPEAR_DB} -RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -.if ${PORT_OPTIONS:MPEAR_DB_DATAOBJECT} -RUN_DEPENDS+= ${PEARDIR}/DB/DataObject.php:${PORTSDIR}/databases/pear-DB_DataObject -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB} -RUN_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB2} -RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -.endif - -.if ${PORT_OPTIONS:MPEAR_FILE_GETTEXT} -RUN_DEPENDS+= ${PEARDIR}/File/Gettext.php:${PORTSDIR}/sysutils/pear-File_Gettext -.endif - -.if ${PORT_OPTIONS:MPEAR_I18NV2} -RUN_DEPENDS+= ${PEARDIR}/File/I18Nv2.php:${PORTSDIR}/sysutils/pear-I18Nv2 -.endif - -.if ${PORT_OPTIONS:MPEAR_XML_SERIALIZER} -RUN_DEPENDS+= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include