net/py-ldapdomaindump: New port: Active Directory information dumper via LDAP
https://github.com/dirkjanm/ldapdomaindump
This commit is contained in:
parent
94535f4e72
commit
6365c7bfbd
4 changed files with 27 additions and 0 deletions
|
@ -1074,6 +1074,7 @@
|
|||
SUBDIR += py-ldap
|
||||
SUBDIR += py-ldap0
|
||||
SUBDIR += py-ldap3
|
||||
SUBDIR += py-ldapdomaindump
|
||||
SUBDIR += py-ldappool
|
||||
SUBDIR += py-libcloud
|
||||
SUBDIR += py-libdnet
|
||||
|
|
22
net/py-ldapdomaindump/Makefile
Normal file
22
net/py-ldapdomaindump/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
PORTNAME= ldapdomaindump
|
||||
PORTVERSION= 0.9.4
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= active directory information dumper via ldap
|
||||
WWW= https://github.com/dirkjanm/ldapdomaindump
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/py-ldapdomaindump/distinfo
Normal file
3
net/py-ldapdomaindump/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1695274828
|
||||
SHA256 (ldapdomaindump-0.9.4.tar.gz) = 99dcda17050a96549966e53bc89e71da670094d53d9542b3b0d0197d035e6f52
|
||||
SIZE (ldapdomaindump-0.9.4.tar.gz) = 18933
|
1
net/py-ldapdomaindump/pkg-descr
Normal file
1
net/py-ldapdomaindump/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Active Directory information dumper via LDAP
|
Loading…
Reference in a new issue