38a4b118aa
ok okan@
21 lines
474 B
Makefile
21 lines
474 B
Makefile
# $OpenBSD: Makefile,v 1.10 2008/09/13 07:23:37 brad Exp $
|
|
|
|
COMMENT= provides rudimentary access to remote SNMP agents
|
|
|
|
MODULES= cpan
|
|
DISTNAME= SNMP_Session-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
|
|
MASTER_SITES= ${HOMEPAGE}dist/ \
|
|
${HOMEPAGE}dist/old/
|
|
|
|
# Artistic License 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|