1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
568 B
Makefile

# Created by: Alexander Kriventsov <avk@vl.ru>
# $FreeBSD$
PORTNAME= Nagios-Plugin-LDAP
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= avk@vl.ru
COMMENT= Nagios plugin to observe LDAP
USES= perl5
USE_PERL5= configure
BUILD_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \
p5-Nagios-Plugin>=0:net-mgmt/p5-Nagios-Plugin \
p5-Time-HiRes>=0:devel/p5-Time-HiRes \
p5-DateTime>=0:devel/p5-DateTime
RUN_DEPENDS:= ${BUILD_DEPENDS}
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>