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