Tweak net-mgmt/unifi2 version 2.4.6_4
[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 CATEGORIES=     net-mgmt
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     avk@vl.ru
11 COMMENT=        Nagios plugin to observe LDAP
12
13 USES=           perl5
14 USE_PERL5=      configure
15
16 BUILD_DEPENDS=  p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
17                 p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \
18                 p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
19                 p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
20
21 RUN_DEPENDS:=   ${BUILD_DEPENDS}
22
23 post-patch:
24         @${FIND} ${WRKSRC} -name "*.orig" -delete
25
26 .include <bsd.port.mk>