Add p5-RADIUS-UserFile 1.01, perl extension for manipulating a

RADIUS users file.

PR:		33369
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2002-01-26 04:04:05 +00:00
parent 602a8c18be
commit c24ca0e3aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53753
6 changed files with 41 additions and 0 deletions

View File

@ -120,6 +120,7 @@
SUBDIR += p5-Orchard-Perl
SUBDIR += p5-PDF-Create
SUBDIR += p5-Parse-Syslog
SUBDIR += p5-RADIUS-UserFile
SUBDIR += p5-RDF-Notation3
SUBDIR += p5-Sort-ArbBiLex
SUBDIR += p5-Sort-Fields

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: RADIUS::UserFile
# Date created: 30 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= RADIUS-UserFile
PORTVERSION= 1.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= RADIUS
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= RADIUS::UserFile.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (RADIUS-UserFile-1.01.tar.gz) = e3fd8852d4440aa950098a28f6b788fc

View File

@ -0,0 +1 @@
Perl extension for manipulating a RADIUS users file

View File

@ -0,0 +1,6 @@
This module provides methods for reading information from and modifying
a RADIUS users text file.
WWW: http://search.cpan.org/search?dist=RADIUS-UserFile
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/RADIUS/UserFile.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RADIUS/UserFile/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RADIUS/UserFile
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RADIUS 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/RADIUS 2>/dev/null || true