openbsd-ports/net/p5-SNMP_Session/Makefile
simon 85d0153e13 cpanify and set a few licenses
feedback & ok steven@
2007-01-14 20:49:05 +00:00

22 lines
497 B
Makefile

# $OpenBSD: Makefile,v 1.7 2007/01/14 20:49:06 simon Exp $
COMMENT= "provides rudimentary access to remote SNMP agents"
MODULES= cpan
DISTNAME= SNMP_Session-1.07
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
MASTER_SITES= ${HOMEPAGE}dist/old/
MAINTAINER= Dan Harnett <danh@openbsd.org>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>