blob: e7b879b8191137d57cd6186ff6ab99ef7777462b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: rflynn@acsalaska.net
# $FreeBSD$
PORTNAME= ldapenter
PORTVERSION= 0.2.0
CATEGORIES= sysutils editors net
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= ports@FreeBSD.org
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
NO_STAGE= yes
.include <bsd.port.mk>
|