freebsd-ports/net-mgmt/p5-Zenoss/Makefile
Andrej Zverev 2875a8723c - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 15:52:33 +00:00

25 lines
698 B
Makefile

# Created by: Phil Phillips
# $FreeBSD$
PORTNAME= Zenoss
PORTVERSION= 1.11
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pphillips@experts-exchange.com
COMMENT= Perl interface to the Zenoss JSON API
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>