241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
26 lines
563 B
Makefile
26 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/09/15 22:36:57 merdely Exp $
|
|
|
|
COMMENT= module to interact with a Cisco router
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Telnet-Cisco-1.10
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://nettelnetcisco.sourceforge.net/
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-Net-Telnet->=3.02:net/p5-Net-Telnet \
|
|
:p5-Term-ReadKey->=2.14:devel/p5-Term-ReadKey
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|