2007-12-12 19:38:06 +01:00
|
|
|
# New ports collection makefile for: p5-SNMP-Simple
|
|
|
|
# Date created: 2007-11-16
|
|
|
|
# Whom: BluePex Security Solutions <freebsd-ports@bluepex.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SNMP-Simple
|
|
|
|
PORTVERSION= 0.02
|
2012-03-17 23:35:07 +01:00
|
|
|
PORTREVISION= 2
|
2007-12-12 19:38:06 +01:00
|
|
|
CATEGORIES= net-mgmt perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-08-23 20:05:17 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-12-12 19:38:06 +01:00
|
|
|
COMMENT= Shortcuts for when using p5-SNMP
|
|
|
|
|
2012-03-17 23:35:07 +01:00
|
|
|
RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
|
|
|
|
|
2007-12-12 19:38:06 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= SNMP::Simple.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|