freebsd-ports/net-mgmt/p5-SNMP-Simple/Makefile
Steve Wills 99659bd143 - Add missing RUN_DEPENDS
- Bump PORTREVISION

PR:		ports/165777
Approved by:	maintainer timeout (freebsd-ports@bluepex.com, >2 weeks)
Feature safe:	yes
2012-03-17 22:35:07 +00:00

24 lines
488 B
Makefile

# 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
PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd-ports@bluepex.com
COMMENT= Shortcuts for when using p5-SNMP
RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
PERL_CONFIGURE= yes
MAN3= SNMP::Simple.3
.include <bsd.port.mk>