aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Auth_RADIUS/Makefile
blob: 08cafa055872436d5dd35a237ce21c3324603a4a (plain) (blame)
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>)

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>