aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-SNMP/Makefile
blob: be4ac018edfa5eb2b5f7b4542d35ff5b5a3f5552 (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
# New ports collection makefile for:    p5-SNMP
# Date created:             May 5th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   SNMP
PORTVERSION=    4.2.6
CATEGORIES= net-mgmt perl5
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= net-snmp
PKGNAMEPREFIX=  p5-
DISTNAME=   ucd-snmp-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A perl5 module for interfacing with the CMU SNMP library

LIB_DEPENDS=    snmp.4:${PORTSDIR}/net-mgmt/net-snmp4

WRKSRC=     ${WRKDIR}/${DISTNAME}/perl/SNMP

PERL_CONFIGURE= yes

post-install:
        @${INSTALL_DATA} ${WRKSRC}/README \
            ${PREFIX}/lib/perl5/site_perl/README.SNMP

.include <bsd.port.mk>