diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 20:44:44 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 20:44:44 +0000 |
commit | 5562f296c214f15bc4c1a23328c2b48941e6ff5e (patch) | |
tree | 710cc4c0e536a53129de66c8ae613db0844eb416 /net/pear-Auth_RADIUS | |
parent | b1b8872b76daae61f99aee7aca6aad03ef975340 (diff) | |
download | ports-5562f296c214f15bc4c1a23328c2b48941e6ff5e.tar.gz ports-5562f296c214f15bc4c1a23328c2b48941e6ff5e.zip |
Notes
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/ |