aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-SNMP/Makefile
blob: 7feb9297b642dd01053d1fe3a33cb7018b5205af (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
25
26
27
28
29
30
# New ports collection makefile for:    p5-Net-SNMP
# Date created:             30 June 2000
# Whom:                 Christopher N. Harrell <cnh@ivmg.net>
#
# $FreeBSD$
#

PORTNAME=   Net-SNMP
PORTVERSION=    6.0.1
CATEGORIES= net-mgmt perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:DTOWN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-v${PORTVERSION}

MAINTAINER= lth@FreeBSD.org
COMMENT=    Object oriented interface to SNMP

BUILD_DEPENDS=  p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
        p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
        p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes
CONFLICTS=  p5-Net-SNMP3-[0-9]*

MAN1=       snmpkey.1
MAN3=       Net::SNMP.3

.include <bsd.port.mk>