95e343fe4c
- bump
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.9 2008/07/01 16:41:19 ajacoutot Exp $
|
|
|
|
COMMENT= provides rudimentary access to remote SNMP agents
|
|
|
|
MODULES= cpan
|
|
DISTNAME= SNMP_Session-1.07
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
|
|
MASTER_SITES= ${HOMEPAGE}dist/old/
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|