freebsd-ports/net/p5-Net-LDAP-LDAPhash/Makefile
Martin Wilke 6a95046265 This takes from a search and turns it into a hash.
The returned has is in the following format.

{DN}{ldap}{attribute}[array of values for this attribute]

The reason for the {ldap} is to allow for other values and
the like to be tagged onto a hash for a DN that are unrelated to LDAP.

This function does not make any attempt to check if the search succedded
or not.

WWW: http://search.cpan.org/dist/Net-LDAP-LDAPhash/

PR:		ports/120589
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
2008-02-17 11:12:05 +00:00

21 lines
438 B
Makefile

# New ports collection makefile for: p5-Net-LDAP-LDAPhash
# Date created: 2008-02-13
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= Net-LDAP-LDAPhash
PORTVERSION= 1.0.1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Make a hash out or the return from a search using Net::LDAP::Search
PERL_CONFIGURE= yes
MAN3= Net::LDAP::LDAPhash.3
.include <bsd.port.mk>