summaryrefslogtreecommitdiff
path: root/net/p5-RadiusPerl/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-01-04 00:31:51 +0000
committeradrianp <adrianp>2009-01-04 00:31:51 +0000
commit8182ef18abdda30f9847bd7609e57ea18ecabb79 (patch)
tree63ac5a946e18432645bba59068714b1f034b5afb /net/p5-RadiusPerl/Makefile
parent2a411895202cb05880e84bf064652cc789e130ed (diff)
downloadpkgsrc-8182ef18abdda30f9847bd7609e57ea18ecabb79.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/p5-RadiusPerl/Makefile')
-rw-r--r--net/p5-RadiusPerl/Makefile22
1 files changed, 22 insertions, 0 deletions
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"