mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
|
|
PORTNAME= ldap-stats
|
|
PORTVERSION= 5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program to generate OpenLDAP statistics reports
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
USES= perl5
|
|
|
|
PLIST_FILES= bin/ldap-stats
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl \
|
|
${STAGEDIR}${PREFIX}/bin/ldap-stats
|
|
|
|
.include <bsd.port.mk>
|