22 lines
440 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2020/07/31 09:17:26 sthen Exp $
2002-04-17 15:34:07 +00:00
COMMENT= Perl modules to access SNMP
MODULES= cpan
PKG_ARCH= *
DISTNAME= Net-SNMP-v6.0.1
PKGNAME= p5-Net-SNMP-6.0.1
REVISION= 2
CATEGORIES= net devel
2002-04-17 15:34:07 +00:00
# same as perl
PERMIT_PACKAGE= Yes
2002-04-17 15:34:07 +00:00
2010-11-19 22:31:32 +00:00
RUN_DEPENDS= security/p5-Crypt-DES>=2.03 \
security/p5-Crypt-Rijndael \
2010-11-19 22:31:32 +00:00
security/p5-Digest-HMAC>=1 \
security/p5-Digest-SHA1>=1.02
BUILD_DEPENDS= ${RUN_DEPENDS}
2002-04-17 15:34:07 +00:00
.include <bsd.port.mk>