4b80e96ca9
-- This perl module adds functionality to Net::Telnet which helps automation of Cisco routers management and statistic gathering. From: Xavier Santolaria <xavier@santolaria.net> brad@ ok
29 lines
659 B
Makefile
29 lines
659 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/28 16:09:20 margarida Exp $
|
|
|
|
COMMENT= "module to interact with a Cisco router"
|
|
|
|
DISTNAME= Net-Telnet-Cisco-1.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
HOMEPAGE= http://nettelnetcisco.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
BUILD_DEPENDS= :p5-Net-Telnet->=3.02:net/p5-Net-Telnet \
|
|
:p5-Term-ReadKey->=2.14:devel/p5-Term-ReadKey
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|