freebsd-ports/net/pear-Auth_RADIUS/Makefile
2021-04-06 16:31:07 +02:00

16 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>