aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-SNMP3/Makefile
blob: 2f60510efc0d55e09a7a81184158ec6bdcf52f04 (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-SNMP3
# Date created:             2 oct 2003
# Whom:                 Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#

PORTNAME=   Net-SNMP
PORTVERSION=    3.65
CATEGORIES= net-mgmt perl5
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= krion
PKGNAMEPREFIX=  p5-
PKGNAMESUFFIX=  -365

MAINTAINER= lth@FreeBSD.org
COMMENT=    Net::SNMP for pre-5.6 perl

CONFLICTS=  p5-Net-SNMP
PERL_CONFIGURE= yes

MAN3=       Net::SNMP.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} >= 500600
IGNORE= This port is only for pre-5.6 perl. Install net-mgmt/p5-Net-SNMP instead.
.endif

.include <bsd.port.post.mk>