9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
29 lines
578 B
Makefile
29 lines
578 B
Makefile
# Created by: Alexander Kriventsov <avk@vl.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Nagios-Plugin-LDAP
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= avk@vl.ru
|
|
COMMENT= Nagios plugin to observe LDAP
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \
|
|
p5-Nagios-Plugin>=0:net-mgmt/p5-Nagios-Plugin \
|
|
p5-DateTime>=0:devel/p5-DateTime
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
|
|
|
.include <bsd.port.mk>
|