aboutsummaryrefslogtreecommitdiffstats
path: root/net/shelldap/Makefile
blob: 96c758f66a49034a1711114a5e2e1465c81bcc35 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    shelldap
# Date created:         2006-07-07
# Whom:                 Mahlon E. Smith <mahlon@martini.nu>
#
# $FreeBSD$
#

PORTNAME=   shelldap
PORTVERSION=    0.5
CATEGORIES= net perl5
MASTER_SITES=   http://www.martini.nu/misc/

MAINTAINER= mahlon@martini.nu
COMMENT=    A shell-like environment for LDAP

RUN_DEPENDS=    p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
        p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
        p5-Term-Shell>=0:${PORTSDIR}/devel/p5-Term-Shell \
        p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
        p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
        p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck

USE_PERL5=  yes

MAN1=       shelldap.1

PLIST_FILES=    bin/shelldap

NO_BUILD=   yes

post-extract:
    ${LOCALBASE}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/shelldap.1

do-install:
    ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${MANPREFIX}/man/man1
    ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${PREFIX}/bin

.include <bsd.port.mk>