1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net-mgmt/p5-SNMP/Makefile
Rong-En Fan 62c2b9229f - Update to 4.2.7
- Transfer to perl@

PR:		ports/109385
Submitted by:	chinsan
2007-02-21 12:56:19 +00:00

30 lines
666 B
Makefile

# New ports collection makefile for: p5-SNMP
# Date created: May 5th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SNMP
PORTVERSION= 4.2.7
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= net-snmp
PKGNAMEPREFIX= p5-
DISTNAME= ucd-snmp-${PORTVERSION}
MAINTAINER= perl@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>