1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/ldap-stats/Makefile
Sunpoet Po-Chuan Hsieh c6a9b21fc0 Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-26 19:37:51 +00:00

24 lines
500 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= ldap-stats
PORTVERSION= 5.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= alexey@renatasystems.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>