naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

21 lines
415 B
Makefile

# $OpenBSD: Makefile,v 1.19 2016/03/20 19:56:55 naddy Exp $
COMMENT= Perl modules to access SNMP
MODULES= cpan
PKG_ARCH= *
DISTNAME= Net-SNMP-v6.0.1
PKGNAME= p5-Net-SNMP-6.0.1
REVISION= 0
CATEGORIES= net devel
# same as perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= security/p5-Crypt-DES>=2.03 \
security/p5-Digest-HMAC>=1 \
security/p5-Digest-SHA1>=1.02
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>