freebsd-ports/net-mgmt/p5-SNMP/Makefile

33 lines
801 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-SNMP
# Date created: May 5th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= SNMP
PORTVERSION= 4.2.6
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ucd-snmp.ucdavis.edu/ \
ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/
MASTER_SITE_SUBDIR= net-snmp
PKGNAMEPREFIX= p5-
DISTNAME= ucd-snmp-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A perl5 module for interfacing with the CMU SNMP library
2004-04-10 19:26:55 +02:00
LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
WRKSRC= ${WRKDIR}/${DISTNAME}/perl/SNMP
2004-02-06 12:32:30 +01:00
PERL_CONFIGURE= yes
2004-02-06 12:32:30 +01:00
post-install:
@${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/lib/perl5/site_perl/README.SNMP
.include <bsd.port.mk>