mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
28 lines
576 B
Makefile
28 lines
576 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net-SNMP
|
|
PORTVERSION= 6.0.1
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DTOWN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Object oriented interface to SNMP
|
|
|
|
BUILD_DEPENDS+= p5-Crypt-DES>=0:perl/p5-Crypt-DES
|
|
BUILD_DEPENDS+= p5-Digest-SHA1>=0:perl/p5-Digest-SHA1
|
|
BUILD_DEPENDS+= p5-Digest-HMAC>=0:perl/p5-Digest-HMAC
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
#CONFLICTS= p5-Net-SNMP3-[0-9]*
|
|
PERL_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|