1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net-mgmt/p5-Net-Telnet-Cisco-IOS/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

22 lines
458 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yunteche.du.tw>
# $FreeBSD$
PORTNAME= Net-Telnet-Cisco-IOS
PORTVERSION= 0.6
PORTREVISION= 1
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:net-mgmt/p5-Telnet-Cisco
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>