mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
17 lines
319 B
Makefile
17 lines
319 B
Makefile
# 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>
|