1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/pear-Auth_RADIUS/Makefile
2021-04-06 16:31:07 +02:00

17 lines
327 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
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
IGNORE_WITH_PHP= 80
.include <bsd.port.mk>