From bb97787dbb6a48d76a4621afbd03b0a3b78b9079 Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Mon, 10 Mar 2008 11:32:06 +0000 Subject: A module to simplify connecting up to a LDAP server. WWW: http://search.cpan.org/~bronto/Net-LDAP-Express-0.11/ PR: ports/121505 Submitted by: Zane C, Bowers Approved by: thierry@ (mentor) --- net/p5-Net-LDAP-Express/Makefile | 21 +++++++++++++++++++++ net/p5-Net-LDAP-Express/distinfo | 3 +++ net/p5-Net-LDAP-Express/pkg-descr | 3 +++ net/p5-Net-LDAP-Express/pkg-plist | 7 +++++++ 4 files changed, 34 insertions(+) create mode 100644 net/p5-Net-LDAP-Express/Makefile create mode 100644 net/p5-Net-LDAP-Express/distinfo create mode 100644 net/p5-Net-LDAP-Express/pkg-descr create mode 100644 net/p5-Net-LDAP-Express/pkg-plist (limited to 'net/p5-Net-LDAP-Express') diff --git a/net/p5-Net-LDAP-Express/Makefile b/net/p5-Net-LDAP-Express/Makefile new file mode 100644 index 000000000000..3087736e0814 --- /dev/null +++ b/net/p5-Net-LDAP-Express/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Net-LDAP-Express +# Date created: 2008-03-07 +# Whom: Zane C, Bowers +# +# $FreeBSD$ +# + +PORTNAME= Net-LDAP-Express +PORTVERSION= 0.11 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= A module to simplify connecting up to a LDAP server + +PERL_CONFIGURE= yes + +MAN3= Net::LDAP::Express.3 + +.include diff --git a/net/p5-Net-LDAP-Express/distinfo b/net/p5-Net-LDAP-Express/distinfo new file mode 100644 index 000000000000..b87aee458009 --- /dev/null +++ b/net/p5-Net-LDAP-Express/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-LDAP-Express-0.11.tar.gz) = f236f8aee68b4d2c36f3c0f83117ba1e +SHA256 (Net-LDAP-Express-0.11.tar.gz) = 8045fae653505f2b9bf69b79171afda365f628c2b05cdd085fafbd597fd2557c +SIZE (Net-LDAP-Express-0.11.tar.gz) = 11336 diff --git a/net/p5-Net-LDAP-Express/pkg-descr b/net/p5-Net-LDAP-Express/pkg-descr new file mode 100644 index 000000000000..15d1382052b6 --- /dev/null +++ b/net/p5-Net-LDAP-Express/pkg-descr @@ -0,0 +1,3 @@ +A module to simplify connecting up to a LDAP server. + +WWW: http://search.cpan.org/~bronto/Net-LDAP-Express-0.11/ diff --git a/net/p5-Net-LDAP-Express/pkg-plist b/net/p5-Net-LDAP-Express/pkg-plist new file mode 100644 index 000000000000..f3f715f43d28 --- /dev/null +++ b/net/p5-Net-LDAP-Express/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Net/LDAP/Express.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Express/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Express +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/LDAP +@dirrmtry %%SITE_PERL%%/Net -- cgit v1.2.3