From a6842437ec10b9d14fc0f633f17918b12fec8e40 Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 22 May 2006 01:10:14 +0000 Subject: Adding port security/p5-Authen-Simple-LDAP, LDAP and ActiveDirectory extension to security/p5-Authen-Simple. Approved by: tobez (implicit) --- security/Makefile | 1 + security/p5-Authen-Simple-LDAP/Makefile | 32 ++++++++++++++++++++++++++++++++ security/p5-Authen-Simple-LDAP/distinfo | 3 +++ security/p5-Authen-Simple-LDAP/pkg-descr | 4 ++++ security/p5-Authen-Simple-LDAP/pkg-plist | 4 ++++ 5 files changed, 44 insertions(+) create mode 100644 security/p5-Authen-Simple-LDAP/Makefile create mode 100644 security/p5-Authen-Simple-LDAP/distinfo create mode 100644 security/p5-Authen-Simple-LDAP/pkg-descr create mode 100644 security/p5-Authen-Simple-LDAP/pkg-plist diff --git a/security/Makefile b/security/Makefile index 5c34dc949191..a9f690a85e12 100644 --- a/security/Makefile +++ b/security/Makefile @@ -291,6 +291,7 @@ SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-SASL-Cyrus SUBDIR += p5-Authen-Simple + SUBDIR += p5-Authen-Simple-LDAP SUBDIR += p5-Authen-Smb SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket diff --git a/security/p5-Authen-Simple-LDAP/Makefile b/security/p5-Authen-Simple-LDAP/Makefile new file mode 100644 index 000000000000..0cb6ef18a97d --- /dev/null +++ b/security/p5-Authen-Simple-LDAP/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Authen-Simple-LDAP +# Date created: 21 May 2006 +# Whom: Aaron Dalton +# +# $FreeBSD$ +# + +PORTNAME= Authen-Simple-LDAP +PORTVERSION= 0.2 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Simple LDAP authentication + +BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ + ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Authen::Simple::LDAP.3 Authen::Simple::ActiveDirectory.3 + +PERL_MODBUILD= yes + +.include + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include diff --git a/security/p5-Authen-Simple-LDAP/distinfo b/security/p5-Authen-Simple-LDAP/distinfo new file mode 100644 index 000000000000..486a4ab01493 --- /dev/null +++ b/security/p5-Authen-Simple-LDAP/distinfo @@ -0,0 +1,3 @@ +MD5 (Authen-Simple-LDAP-0.2.tar.gz) = d9340d8a39b1ef58b3882c6b88362fa3 +SHA256 (Authen-Simple-LDAP-0.2.tar.gz) = 85b0ab52cbc8419c08d096ff625a7cddd8b36bd16095a4f3ae0dc42373d766a0 +SIZE (Authen-Simple-LDAP-0.2.tar.gz) = 4328 diff --git a/security/p5-Authen-Simple-LDAP/pkg-descr b/security/p5-Authen-Simple-LDAP/pkg-descr new file mode 100644 index 000000000000..762c35cdd947 --- /dev/null +++ b/security/p5-Authen-Simple-LDAP/pkg-descr @@ -0,0 +1,4 @@ +Authenticate against an LDAP service. + +WWW: http://search.cpan.org/dist/Authen-Simple-LDAP +Author: Christian Hansen diff --git a/security/p5-Authen-Simple-LDAP/pkg-plist b/security/p5-Authen-Simple-LDAP/pkg-plist new file mode 100644 index 000000000000..fbc37b3cfde6 --- /dev/null +++ b/security/p5-Authen-Simple-LDAP/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Authen/Simple/ActiveDirectory.pm +%%SITE_PERL%%/Authen/Simple/LDAP.pm +@dirrmtry %%SITE_PERL%%/Authen/Simple +@dirrmtry %%SITE_PERL%%/Authen -- cgit