freebsd-ports/net/pear-Auth_RADIUS/Makefile

17 lines
306 B
Makefile
Raw Normal View History

# 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
LICNSE= BSD3CLAUSE
USE_PHP= radius
2014-09-23 18:57:57 +02:00
USES= pear
2014-09-23 18:57:57 +02:00
.include <bsd.port.mk>