16 lines
316 B
Makefile
16 lines
316 B
Makefile
|
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= ${MASTER_SITE_GOOGLECODE:=snmp-session/}
|
||
|
|
||
|
# Artistic License 2.0
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|