25 lines
539 B
Makefile
25 lines
539 B
Makefile
|
# New ports collection makefile for: p5-AnyEvent-SNMP
|
||
|
# Date created: 2011-06-24
|
||
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= AnyEvent-SNMP
|
||
|
PORTVERSION= 1.0
|
||
|
CATEGORIES= net-mgmt perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
|
||
|
MAINTAINER= skreuzer@FreeBSD.org
|
||
|
COMMENT= Adaptor to integrate Net::SNMP into AnyEvent
|
||
|
|
||
|
RUN_DEPENDS= p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent \
|
||
|
p5-Net-SNMP>=6.0.1:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
|
||
|
PERL_CONFIGURE= YES
|
||
|
|
||
|
MAN3= AnyEvent::SNMP.3
|
||
|
|
||
|
.include <bsd.port.mk>
|