freebsd-ports/net/ldap-stats/Makefile
Martin Wilke 12b417f00c This program produces numerous reports from OpenLDAP 2.1, 2.2, 2.3 and 2.4
slapd logfiles to allow OpenLDAP administrator to analyze server's performance.

WWW: http://prefetch.net/code/index.html

PR:		ports/139474
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems.org>
2009-10-17 06:57:53 +00:00

27 lines
608 B
Makefile

# New ports collection makefile for: ldap-stats
# Date created: Fri 09 Oct 2009
# Whom: Alexey V. Degtyarev <alexey@renatasystems.org>
#
# $FreeBSD$
#
PORTNAME= ldap-stats
PORTVERSION= 5.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= alexey@renatasystems.org
COMMENT= Program to generate OpenLDAP statistics reports
RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long
NO_BUILD= yes
USE_PERL5= yes
PLIST_FILES= bin/ldap-stats
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl ${PREFIX}/bin/ldap-stats
.include <bsd.port.mk>