freebsd-ports/net-mgmt/p5-Net-SNMP/Makefile
Lars Thegler 8f7caeaea3 Update to 6.0.1
PR:		ports/149099
Submitted by:	Takefu <takefu@airport.fm>
2010-09-18 15:45:15 +00:00

30 lines
781 B
Makefile

# New ports collection makefile for: p5-Net-SNMP
# Date created: 30 June 2000
# Whom: Christopher N. Harrell <cnh@ivmg.net>
#
# $FreeBSD$
#
PORTNAME= Net-SNMP
PORTVERSION= 6.0.1
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN/../../authors/id/D/DT/DTOWN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= lth@FreeBSD.org
COMMENT= Object oriented interface to SNMP
BUILD_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
CONFLICTS= p5-Net-SNMP3-[0-9]*
MAN1= snmpkey.1
MAN3= Net::SNMP.3
.include <bsd.port.mk>