summaryrefslogtreecommitdiff
path: root/net/pear-Auth_RADIUS/Makefile
blob: 5436203c35bdcaf30db940397f3e05118a4ad962 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

USES=		pear php:flavors
USE_PHP=	radius

.include <bsd.port.mk>