openbsd-ports/net/p5-SNMP_Session/Makefile
2005-07-07 08:16:09 +00:00

23 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.6 2005/07/07 08:16:09 aanriot Exp $
COMMENT= "provides rudimentary access to remote SNMP agents"
DISTNAME= SNMP_Session-1.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
MASTER_SITES= ${HOMEPAGE}dist/
MAINTAINER= Dan Harnett <danh@openbsd.org>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>