ports/net/p5-Net-SNMP/Makefile

19 lines
345 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +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= 3
CATEGORIES= net devel
# same as perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= security/p5-Crypt-DES>=2.03 \
security/p5-Crypt-Rijndael \
security/p5-Digest-HMAC>=1
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>