blob: 015db6231125e272456fe9ed4d75390430f01d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Auth_RADIUS
PORTVERSION= 1.1.0
CATEGORIES= net security pear
MAINTAINER= bofh@FreeBSD.org
COMMENT= PEAR wrapper classes for the RADIUS PECL
LICENSE= BSD3CLAUSE
USE_PHP= radius
USES= pear php:flavors
.include <bsd.port.mk>
|