aboutsummaryrefslogtreecommitdiff
path: root/net/ldap-stats/Makefile
blob: fb600a6f5e4f98c8358bd8eb36f1c5b682588373 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>