summaryrefslogtreecommitdiff
path: root/sysutils/shelldap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/shelldap/Makefile')
-rw-r--r--sysutils/shelldap/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/shelldap/Makefile b/sysutils/shelldap/Makefile
new file mode 100644
index 00000000000..05e1cc89b07
--- /dev/null
+++ b/sysutils/shelldap/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/03 13:34:10 imil Exp $
+#
+
+PKGNAME= shelldap-0.2
+DISTNAME= tip
+CATEGORIES= sysutils
+MASTER_SITES= http://code.martini.nu/shelldap/archive/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= imil@NetBSD.org
+HOMEPAGE= http://projects.martini.nu/shelldap
+COMMENT= Shell-like interface for browsing LDAP servers
+# LICENSE= none given by the author
+
+DEPENDS+= p5-YAML-Syck>=1.15:../../textproc/p5-YAML-Syck
+DEPENDS+= p5-Term-Shell>=0.02:../../devel/p5-Term-Shell
+DEPENDS+= p5-Digest-MD5>=2.51:../../security/p5-Digest-MD5
+DEPENDS+= p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff
+DEPENDS+= p5-perl-ldap>=0.40.01:../../databases/p5-perl-ldap
+DEPENDS+= p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= ${WRKDIR}/shelldap-5a65bc849363
+USE_LANGUAGES= # none
+
+NO_BUILD= yes
+REPLACE_PERL+= shelldap
+USE_TOOLS+= perl:run
+
+INSTALLATION_DIRS+= bin
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${DESTDIR}${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"