20 lines
357 B
Makefile
20 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:48:40 sthen Exp $
|
|
|
|
COMMENT= module to interact with a Cisco router
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Net-Telnet-Cisco-1.11
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://nettelnetcisco.sourceforge.net/
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= net/p5-Net-Telnet>=3.02
|
|
|
|
TEST_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|