Update net-mgmt/p5-Nagios-Plugin-LDAP to version 0.04_1
[dports.git] / net-mgmt / p5-Nagios-Plugin-LDAP / Makefile
1 # Created by: Alexander Kriventsov <avk@vl.ru>
2 # $FreeBSD$
3
4 PORTNAME=       Nagios-Plugin-LDAP
5 PORTVERSION=    0.04
6 PORTREVISION=   1
7 CATEGORIES=     net-mgmt
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     avk@vl.ru
12 COMMENT=        Nagios plugin to observe LDAP
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 BUILD_DEPENDS=  p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
18                 p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \
19                 p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
20                 p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
21
22 RUN_DEPENDS:=   ${BUILD_DEPENDS}
23
24 post-patch:
25         @${FIND} ${WRKSRC} -name "*.orig" -delete
26
27 .include <bsd.port.mk>