2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2004-11-10 13:29:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-SNMP
|
2010-06-11 16:58:08 +02:00
|
|
|
PORTVERSION= 1.1006
|
2004-11-10 13:29:43 +01:00
|
|
|
CATEGORIES= net-mgmt perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-11-10 13:29:43 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-11 16:58:08 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-11-10 13:29:43 +01:00
|
|
|
COMMENT= Event-driven SNMP interface
|
|
|
|
|
2010-06-11 16:58:08 +02:00
|
|
|
BUILD_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \
|
|
|
|
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-11-10 13:29:43 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-11-10 13:29:43 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${TOUCH} ${WRKSRC}/config.cache
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|