mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24 lines
535 B
Makefile
24 lines
535 B
Makefile
# Created by: 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
|
|
USES= perl5
|
|
|
|
PLIST_FILES= bin/ldap-stats
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl ${PREFIX}/bin/ldap-stats
|
|
|
|
.include <bsd.port.mk>
|