blob: 4b01edabe920cf4b58136ee980e6cda912fecddc (
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
|
# 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= 5.6.0-
USE_PERL5_REASON= This port is only for pre-5.6 perl. Install net-mgmt/p5-Net-SNMP instead
MAN3= Net::SNMP.3
DEPRECATED= only runs with old, unsupported Perl versions
EXPIRATION_DATE= 2007-09-11
.include <bsd.port.mk>
|