18 lines
296 B
Makefile
18 lines
296 B
Makefile
COMMENT= module to interact with a Cisco router
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Net-Telnet-Cisco-1.12
|
|
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>
|