mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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:
parent
602a8c18be
commit
c24ca0e3aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53753
@ -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
|
||||
|
27
textproc/p5-RADIUS-UserFile/Makefile
Normal file
27
textproc/p5-RADIUS-UserFile/Makefile
Normal 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>
|
1
textproc/p5-RADIUS-UserFile/distinfo
Normal file
1
textproc/p5-RADIUS-UserFile/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (RADIUS-UserFile-1.01.tar.gz) = e3fd8852d4440aa950098a28f6b788fc
|
1
textproc/p5-RADIUS-UserFile/pkg-comment
Normal file
1
textproc/p5-RADIUS-UserFile/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for manipulating a RADIUS users file
|
6
textproc/p5-RADIUS-UserFile/pkg-descr
Normal file
6
textproc/p5-RADIUS-UserFile/pkg-descr
Normal 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>
|
5
textproc/p5-RADIUS-UserFile/pkg-plist
Normal file
5
textproc/p5-RADIUS-UserFile/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user