openbsd-ports/net/p5-SNMP_Session/Makefile
2003-12-01 06:03:25 +00:00

24 lines
565 B
Makefile

# $OpenBSD: Makefile,v 1.5 2003/12/01 06:03:25 jakob Exp $
COMMENT= "provides rudimentary access to remote SNMP agents"
VERSION= 0.99
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>