pkgsrc/sysutils/shelldap/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

35 lines
1,004 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:29 wiz Exp $
#
PKGNAME= shelldap-1.3.0
PKGREVISION= 1
DISTNAME= ceb8bd75e05b
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= modified-bsd
DEPENDS+= p5-YAML-Syck>=1.15:../../textproc/p5-YAML-Syck
DEPENDS+= p5-Term-Shell>=0.02:../../devel/p5-Term-Shell
#DEPENDS+= {perl>=5.13.6,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
WRKSRC= ${WRKDIR}/shelldap-${DISTNAME}
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"