2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2009-09-17 17:55:53 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Radius-Server
|
2009-12-14 09:13:44 +01:00
|
|
|
PORTVERSION= 1.116
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-09-17 17:55:53 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-12-14 09:13:44 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-09-17 17:55:53 +02:00
|
|
|
COMMENT= Framework for RADIUS Servers
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM \
|
|
|
|
p5-Class-Accessor>=0.27:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
|
|
p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \
|
|
|
|
p5-Net-Radius>=1.52:${PORTSDIR}/net/p5-Net-Radius \
|
|
|
|
p5-Net-Server>=0.94:${PORTSDIR}/net/p5-Net-Server \
|
|
|
|
p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
|
|
|
|
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-09-17 17:55:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|