diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:31:51 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:31:51 +0000 |
commit | b1e38a8babbc129388b874f86abf6e73833c2e5c (patch) | |
tree | 63ac5a946e18432645bba59068714b1f034b5afb /net | |
parent | 293ab55bef7634622fc41be46bc90122c6399f1a (diff) | |
download | pkgsrc-b1e38a8babbc129388b874f86abf6e73833c2e5c.tar.gz |
This is RadiusPerl. RadiusPerl is a Perl 5 module (Radius.pm)
which allows you to communicate with a Radius server from Perl. You can
just authenticate usernames/passwords via Radius, or comletely imitate
AAA requests and process server response.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RadiusPerl/DESCR | 4 | ||||
-rw-r--r-- | net/p5-RadiusPerl/Makefile | 22 | ||||
-rw-r--r-- | net/p5-RadiusPerl/PLIST | 1 | ||||
-rw-r--r-- | net/p5-RadiusPerl/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-RadiusPerl/DESCR b/net/p5-RadiusPerl/DESCR new file mode 100644 index 00000000000..8fd48be16a7 --- /dev/null +++ b/net/p5-RadiusPerl/DESCR @@ -0,0 +1,4 @@ +This is RadiusPerl. RadiusPerl is a Perl 5 module (Radius.pm) +which allows you to communicate with a Radius server from Perl. You can +just authenticate usernames/passwords via Radius, or comletely imitate +AAA requests and process server response. diff --git a/net/p5-RadiusPerl/Makefile b/net/p5-RadiusPerl/Makefile new file mode 100644 index 00000000000..436ecec82f3 --- /dev/null +++ b/net/p5-RadiusPerl/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $ +# + +DISTNAME= RadiusPerl-0.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/ +COMMENT= Provide simple Radius client facilities + +DEPENDS+= p5-Digest-MD5>=2.20:../../security/p5-Digest-MD5 +DEPENDS+= p5-IO>=1.12:../../devel/p5-IO +DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump + +WRKSRC= ${WRKDIR}/Authen-Radius-0.13 +PERL5_PACKLIST= auto/RadiusPerl/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-RadiusPerl/PLIST b/net/p5-RadiusPerl/PLIST new file mode 100644 index 00000000000..0d9b1909691 --- /dev/null +++ b/net/p5-RadiusPerl/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $ diff --git a/net/p5-RadiusPerl/distinfo b/net/p5-RadiusPerl/distinfo new file mode 100644 index 00000000000..1c0aa41b32e --- /dev/null +++ b/net/p5-RadiusPerl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $ + +SHA1 (RadiusPerl-0.13.tar.gz) = cde7d79ab36cf70663240c287b7b20078f050bec +RMD160 (RadiusPerl-0.13.tar.gz) = b50318ed399ef7873a99d09932142cc014fc9aa9 +Size (RadiusPerl-0.13.tar.gz) = 31378 bytes |