blob: 6b8f9a54ffb3b46a2cd546f59c59dc636e49b196 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= ports@FreeBSD.org
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>
|