- Update to 1.116

- Reset maintainer to perl@

PR:		ports/141262
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (previous maintainer)
This commit is contained in:
Wen Heping 2009-12-14 08:13:44 +00:00
parent 271ea45669
commit 6f6e427ff3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245760
3 changed files with 14 additions and 5 deletions

View File

@ -6,13 +6,13 @@
#
PORTNAME= Net-Radius-Server
PORTVERSION= 1.004
PORTVERSION= 1.116
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Framework for RADIUS Servers
RUN_DEPENDS= p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM \
@ -24,12 +24,17 @@ RUN_DEPENDS= p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM \
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
PERL_CONFIGURE= yes
USE_PERL5= 5.10.0+
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 \

View File

@ -1,3 +1,3 @@
MD5 (Net-Radius-Server-1.004.tar.gz) = 632feb1b814a69760536ca6b6611fdf4
SHA256 (Net-Radius-Server-1.004.tar.gz) = b3bc2a0277df4c7e820c762fa1ecde339099da0d5983cd6c1b257cd9baf6ffa4
SIZE (Net-Radius-Server-1.004.tar.gz) = 39869
MD5 (Net-Radius-Server-1.116.tar.gz) = df88a7819d902f455494f59756fea3ec
SHA256 (Net-Radius-Server-1.116.tar.gz) = 752eb6579240392076fcde2f7426f288cdb1ad7252c8cc75aa2b5e299ad4b264
SIZE (Net-Radius-Server-1.116.tar.gz) = 60710

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Radius/Server/.packlist
%%SITE_PERL%%/Net/Radius/Server.pm
%%SITE_PERL%%/Net/Radius/Server/Base.pm
%%SITE_PERL%%/Net/Radius/Server/DBStore.pm
%%SITE_PERL%%/Net/Radius/Server/Dump.pm
%%SITE_PERL%%/Net/Radius/Server/Match.pm
%%SITE_PERL%%/Net/Radius/Server/Match/LDAP.pm
@ -14,7 +15,10 @@
%%SITE_PERL%%/Net/Radius/Server/Set/Replace.pm
%%SITE_PERL%%/Net/Radius/Server/Set/Simple.pm
bin/nrsd
bin/nrsdbtoyaml
bin/pam-client
bin/rad-bulk
bin/rad-bulk-make
bin/rad-client
@dirrmtry %%SITE_PERL%%/Net/Radius/Server/Set
@dirrmtry %%SITE_PERL%%/Net/Radius/Server/Match