diff options
author | flz <flz@FreeBSD.org> | 2005-03-14 04:44:44 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-14 04:44:44 +0800 |
commit | 8667d6b645d9bedae4ca9a0fdb7e9a93b1a661e3 (patch) | |
tree | 8ccaa1080946219d9d29015cd6cdabc389c4f035 /net/pear-Auth_RADIUS | |
parent | 5402fe4c2f252955ce3ba1f48ae60f09c189814f (diff) | |
download | freebsd-ports-gnome-8667d6b645d9bedae4ca9a0fdb7e9a93b1a661e3.tar.gz freebsd-ports-gnome-8667d6b645d9bedae4ca9a0fdb7e9a93b1a661e3.tar.zst freebsd-ports-gnome-8667d6b645d9bedae4ca9a0fdb7e9a93b1a661e3.zip |
- Add pear-Auth_RADIUS 1.0.4, PEAR wrapper classes for the RADIUS PECL.
PR: ports/78706
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Approved by: pav (mentor)
Diffstat (limited to 'net/pear-Auth_RADIUS')
-rw-r--r-- | net/pear-Auth_RADIUS/Makefile | 26 | ||||
-rw-r--r-- | net/pear-Auth_RADIUS/distinfo | 2 | ||||
-rw-r--r-- | net/pear-Auth_RADIUS/pkg-descr | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/pear-Auth_RADIUS/Makefile b/net/pear-Auth_RADIUS/Makefile new file mode 100644 index 000000000000..8f2258881771 --- /dev/null +++ b/net/pear-Auth_RADIUS/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pear-Auth_RADIUS +# Date created: 11 March 2005 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Auth_RADIUS +PORTVERSION= 1.0.4 +CATEGORIES= net security pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR wrapper classes for the RADIUS PECL + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PHP= radius + +CATEGORY= Auth +FILES= RADIUS.php +EXAMPLES= radius-acct.php radius-auth.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/net/pear-Auth_RADIUS/distinfo b/net/pear-Auth_RADIUS/distinfo new file mode 100644 index 000000000000..e018092cda08 --- /dev/null +++ b/net/pear-Auth_RADIUS/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Auth_RADIUS-1.0.4.tgz) = 1463850d06db8ed70a0aa2fadd6be0e5 +SIZE (PEAR/Auth_RADIUS-1.0.4.tgz) = 8232 diff --git a/net/pear-Auth_RADIUS/pkg-descr b/net/pear-Auth_RADIUS/pkg-descr new file mode 100644 index 000000000000..a6cd0bb36efb --- /dev/null +++ b/net/pear-Auth_RADIUS/pkg-descr @@ -0,0 +1,6 @@ +PEAR::Auth_RADIUS provides wrapper-classes for the RADIUS PECL. +There are different Classes for the different authentication methods. +If you are using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package. +If you are using MS-CHAP you need also the mhash and mcrypt extension. + +WWW: http://pear.php.net/package/Auth_RADIUS/ |