head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.12.16.06.16.58;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.14.08.13.44;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2009.09.17.15.55.53;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308985
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308985 | az | 2012-12-16 06:12:28 +0000 (Sun, 16 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Set default perl version for ports which currently using
## SVN ##   (5.x+ and x < 12) scheme.
## SVN ##
## SVN ## Approved by: bapt@@ (portmgr@@)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-Net-Radius-Server
# Date created:		2009-08-25
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/p5-Net-Radius-Server/Makefile 308985 2012-12-16 06:12:28Z az $
#

PORTNAME=	Net-Radius-Server
PORTVERSION=	1.116
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Net
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
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

PERL_CONFIGURE=	yes

MAN1=		nrsd.1 \
		nrsdbtoyaml.1 \
		pam-client.1 \
		rad-bulk-make.1 \
		rad-bulk.1 \
		rad-client.1
MAN3=		Net::Radius::Server.3 \
		Net::Radius::Server::Base.3 \
		Net::Radius::Server::DBStore.3 \
		Net::Radius::Server::Dump.3 \
		Net::Radius::Server::Match.3 \
		Net::Radius::Server::Match::LDAP.3 \
		Net::Radius::Server::Match::Simple.3 \
		Net::Radius::Server::NS.3 \
		Net::Radius::Server::PAM.3 \
		Net::Radius::Server::Rule.3 \
		Net::Radius::Server::Set.3 \
		Net::Radius::Server::Set::Proxy.3 \
		Net::Radius::Server::Set::Replace.3 \
		Net::Radius::Server::Set::Simple.3

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/p5-Net-Radius-Server/Makefile 300897 2012-07-14 14:29:18Z beat $
a26 1
USE_PERL5=	5.10.0+
@


1.2
log
@- Update to 1.116
- Reset maintainer to perl@@

PR:		ports/141262
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (previous maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Net::Radius::Server provides an extensible framework to create RADIUS
servers suitable for non-standard scenarios where authentication
needs to consider multiple factors. The RADIUS responses may be
created by arbitrarily complex rules that process the request packet
as well as any external data accessible to Perl.

WWW:	http://search.cpan.org/dist/Net-Radius-Server/

PR:		ports/138164
Submitted by:	Gea-Suan Lin <gslin@@gslin.org>
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.004
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
d27 1
d30 1
d32 2
d37 1
@

