freebsd-ports/sysutils/ldapenter/Makefile
Martin Wilke f92d19663b The ldapform utility creates a text file in ldif(5) format, which can be
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
2012-01-28 10:30:41 +00:00

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>