1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/sysutils/p5-App-Regather/Makefile
Alexey Dokuchaev bea4521eda sysutils/p5-App-Regather: the port had been updated and improved (+)
- Update to version 0.81.03
- Install the startup script

Submitted by:	maintainer
2021-06-25 09:07:04 +00:00

30 lines
725 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= App-Regather
PORTVERSION= 0.81.03
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= zeus@gnu.org.ua
COMMENT= Script to perform actions on LDAP syncrepl events
LICENSE= GPLv3+
RUN_DEPENDS= p5-Config-Parser>=1.04:devel/p5-Config-Parser \
p5-Config-Parser-ldap>=1.00:devel/p5-Config-Parser-ldap \
p5-Data-Printer>=0.38:devel/p5-Data-Printer \
p5-Mail-Tools>=0.80:mail/p5-Mail-Tools \
p5-Net-DNS>=1.15:dns/p5-Net-DNS \
p5-Template-Toolkit>=2.29:www/p5-Template-Toolkit \
p5-perl-ldap>=0.65:net/p5-perl-ldap
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
USE_RC_SUBR= regather
SUB_LIST= PERL=${PERL}
.include <bsd.port.mk>