freebsd-ports/net-mgmt/p5-Telnet-Cisco/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
423 B
Makefile

# Created by: Michael Lyngbøl <lyngbol@wheel.dk>
# $FreeBSD$
PORTNAME= Net-Telnet-Cisco
PORTVERSION= 1.10
PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lyngbol@wheel.dk
COMMENT= Perl5 module to telnet to Cisco routers
RUN_DEPENDS= p5-Net-Telnet>=3.02:net/p5-Net-Telnet \
p5-Term-ReadKey>=2:devel/p5-Term-ReadKey
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>