diff options
author | des <des@FreeBSD.org> | 2015-11-02 23:04:52 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-11-02 23:04:52 +0800 |
commit | cb93c9a0fae045e419825e141f5e0d9686559545 (patch) | |
tree | 1b7184bce8e5237c6e35aa1550cad85786755477 /net/p5-ldap2pw | |
parent | 25b86e78e2ae70013febc453b774ddffb698b21a (diff) | |
download | freebsd-ports-gnome-cb93c9a0fae045e419825e141f5e0d9686559545.tar.gz freebsd-ports-gnome-cb93c9a0fae045e419825e141f5e0d9686559545.tar.zst freebsd-ports-gnome-cb93c9a0fae045e419825e141f5e0d9686559545.zip |
Three small Perl utilities
Diffstat (limited to 'net/p5-ldap2pw')
-rw-r--r-- | net/p5-ldap2pw/Makefile | 25 | ||||
-rw-r--r-- | net/p5-ldap2pw/distinfo | 2 | ||||
-rw-r--r-- | net/p5-ldap2pw/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-ldap2pw/Makefile b/net/p5-ldap2pw/Makefile new file mode 100644 index 000000000000..5ff1c04a78a0 --- /dev/null +++ b/net/p5-ldap2pw/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= ldap2pw +PORTVERSION= 20151101 +CATEGORIES= net +MASTER_SITES= GH + +MAINTAINER= des@FreeBSD.org +COMMENT= Synchronize local user database with LDAP directory + +RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap + +USE_GITHUB= yes +GH_ACCOUNT= dag-erling + +USES= perl5 +USE_PERL5= configure run + +PLIST_FILES= bin/ldap2pw + +.include <bsd.port.mk> diff --git a/net/p5-ldap2pw/distinfo b/net/p5-ldap2pw/distinfo new file mode 100644 index 000000000000..afa94b017f37 --- /dev/null +++ b/net/p5-ldap2pw/distinfo @@ -0,0 +1,2 @@ +SHA256 (dag-erling-ldap2pw-20151101_GH0.tar.gz) = 8c7a6c5284152fbdf166cf4c478d52903b03dc6b9102953b3b653b85aa8b6679 +SIZE (dag-erling-ldap2pw-20151101_GH0.tar.gz) = 6321 diff --git a/net/p5-ldap2pw/pkg-descr b/net/p5-ldap2pw/pkg-descr new file mode 100644 index 000000000000..3dc7311db4b9 --- /dev/null +++ b/net/p5-ldap2pw/pkg-descr @@ -0,0 +1,5 @@ +The ldap2pw utility synchronizes a local user database with an LDAP +directory. It is intended for systems where NSS modules cannot be +used or access to the LDAP server is intermittent. + +WWW: https://github.com/dag-erling/ldap2pw |