opnsense-ports/net/ldap-stats/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

23 lines
524 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:devel/p5-Getopt-Long
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>