freebsd-ports/net/perldap/Makefile
Philippe Audeoud f856a9ae6e - Update maintainer address
Approved by:	thierry (mentor)
2008-03-12 13:27:28 +00:00

29 lines
631 B
Makefile

# New ports collection makefile for: perldap
# Date created: 17 May 1999
# Whom: paul@freebsd.org
#
# $FreeBSD$
#
PORTNAME= perldap
PORTVERSION= 1.4.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= directory/perldap/ancient
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl interface to LDAP
LIB_DEPENDS= mozldap.1:${PORTSDIR}/net/ldapsdk
PERL_CONFIGURE= yes
CONFIGURE_ENV+= LDAPSDKDIR=${PREFIX} LDAPV3ON=yes LDAPSDKSSL=no
MAKE_ENV= ${CONFIGURE_ENV}
MAN3= Mozilla::LDAP::Conn.3 \
Mozilla::LDAP::LDIF.3 \
Mozilla::LDAP::Utils.3 \
Mozilla::LDAP::Entry.3 \
Mozilla::LDAP::API.3
.include <bsd.port.mk>