diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-10 11:32:06 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-10 11:32:06 +0000 |
commit | bb97787dbb6a48d76a4621afbd03b0a3b78b9079 (patch) | |
tree | 506ab7f2e6d3a5d49ca866aa5164e8c17a0fb6f9 /net/p5-Net-LDAP-Express | |
parent | 8d85c9e35a89886b285829b1af89c1ccbd987f7f (diff) | |
download | ports-bb97787dbb6a48d76a4621afbd03b0a3b78b9079.tar.gz ports-bb97787dbb6a48d76a4621afbd03b0a3b78b9079.zip |
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 <vvelox at vvelox.net>
Approved by: thierry@ (mentor)
Notes
Notes:
svn path=/head/; revision=208715
Diffstat (limited to 'net/p5-Net-LDAP-Express')
-rw-r--r-- | net/p5-Net-LDAP-Express/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Express/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Express/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Express/pkg-plist | 7 |
4 files changed, 34 insertions, 0 deletions
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 <vvelox@vvelox.net> +# +# $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 <bsd.port.mk> 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 |