used to add or modify entries in an LDAP server. The ldapedit utility does the same, but also invokes an editor and submits the changes back to that server. WWW: http://ldapenter.googlecode.com/ PR: ports/164100 Submitted by: rflynn@acsalaska.net
28 lines
511 B
Makefile
28 lines
511 B
Makefile
# Ports collection makefile for: ldapenter
|
|
# Date created: 08 Jan 2012
|
|
# Whom: rflynn@acsalaska.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ldapenter
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= sysutils editors net
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= rflynn@acsalaska.net
|
|
COMMENT= Add/Modify LDAP entries using template forms
|
|
|
|
LICENSE= BSD
|
|
|
|
MAKEFILE= BSDmakefile
|
|
USE_BZIP2= yes
|
|
USE_OPENLDAP= 24
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= ldapform.1 ldapedit.1
|
|
|
|
PLIST_FILES= bin/ldapform \
|
|
bin/ldapedit
|
|
|
|
.include <bsd.port.mk>
|