diff options
author | des <des@FreeBSD.org> | 2004-10-25 21:28:19 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-10-25 21:28:19 +0800 |
commit | f4bff4dedc9fffa34a22548abfa5155eb8c0c1f6 (patch) | |
tree | d8a772796d0e23428985a1da3ff4b230b440b631 /security/pear-Auth_HTTP | |
parent | b5b3c1903288e61c4b7b9974b503c52312bf6191 (diff) | |
download | freebsd-ports-gnome-f4bff4dedc9fffa34a22548abfa5155eb8c0c1f6.tar.gz freebsd-ports-gnome-f4bff4dedc9fffa34a22548abfa5155eb8c0c1f6.tar.zst freebsd-ports-gnome-f4bff4dedc9fffa34a22548abfa5155eb8c0c1f6.zip |
Add Auth_HTTP 2.0 from PEAR.
Diffstat (limited to 'security/pear-Auth_HTTP')
-rw-r--r-- | security/pear-Auth_HTTP/Makefile | 24 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/pkg-descr | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile new file mode 100644 index 000000000000..50b612671ba6 --- /dev/null +++ b/security/pear-Auth_HTTP/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-Auth_HTTP +# Date created: 2004-10-25 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= Auth_HTTP +PORTVERSION= 2.0 +CATEGORIES= security www pear + +MAINTAINER= ports@FreeBSD.org +COMMENT= PEAR HTTP authentication methods + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ + ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Auth +FILES= Auth_HTTP.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/security/pear-Auth_HTTP/distinfo b/security/pear-Auth_HTTP/distinfo new file mode 100644 index 000000000000..29b242769ab1 --- /dev/null +++ b/security/pear-Auth_HTTP/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Auth_HTTP-2.0.tgz) = ec9efa9e5df6d196776f491467f77a43 +SIZE (PEAR/Auth_HTTP-2.0.tgz) = 2283 diff --git a/security/pear-Auth_HTTP/pkg-descr b/security/pear-Auth_HTTP/pkg-descr new file mode 100644 index 000000000000..a48569cc7eb6 --- /dev/null +++ b/security/pear-Auth_HTTP/pkg-descr @@ -0,0 +1,5 @@ +The PEAR::Auth_HTTP class provides methods for creating an HTTP +authentication system using PHP, that is similar to Apache's +realm-based .htaccess authentication. + +WWW: http://pear.php.net/package/Auth_HTTP/ |