18 lines
387 B
Makefile
18 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.22 2016/03/20 19:56:57 naddy Exp $
|
|
|
|
COMMENT= provides rudimentary access to remote SNMP agents
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= SNMP_Session-1.13
|
|
REVISION= 6
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://github.com/sleinen/snmp-session
|
|
MASTER_SITES= https://snmp-session.googlecode.com/files/
|
|
|
|
# Artistic License 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|