openbsd-ports/net/p5-SNMP_Session/Makefile
2002-11-24 16:46:02 +00:00

24 lines
564 B
Makefile

# $OpenBSD: Makefile,v 1.4 2002/11/24 16:46:02 danh Exp $
COMMENT= "provides rudimentary access to remote SNMP agents"
VERSION= 0.94
DISTNAME= SNMP_Session-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
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>