8d6597e0bb
With hat: portmgr Sponsored by: Absolight
20 lines
423 B
Makefile
20 lines
423 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Cisco-CopyConfig
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SAPER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rihaz.jerrin@gmail.com
|
|
COMMENT= Cisco IOS running-config manipulation
|
|
|
|
BUILD_DEPENDS= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP
|
|
RUN_DEPENDS= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|