freebsd-ports/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
Andrej Zverev 49056bafcb - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 03:24:02 +00:00

26 lines
577 B
Makefile

# New ports collection makefile for: p5-Net-Telnet-Cisco-IOS
# Date created: 2008-02-07
# Whom: Tsung-Han Yeh <snowfly@yunteche.du.tw>
#
# $FreeBSD$
#
PORTNAME= Net-Telnet-Cisco-IOS
PORTVERSION= 0.6
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Manage Cisco IOS Devices
RUN_DEPENDS= p5-Net-Telnet-Cisco>=0:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Net::Telnet::Cisco::IOS.3
.include <bsd.port.mk>