aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Appliance-Session/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-01-30 20:25:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-01-30 20:25:01 +0000
commit1a54d895af185e168785dc17924fbbf9f4872622 (patch)
treead95dc565372c3875fb296d0367872e82b00755e /net/p5-Net-Appliance-Session/Makefile
parent06bc585a147dcc7767bdc572f2474fd367486c02 (diff)
downloadports-1a54d895af185e168785dc17924fbbf9f4872622.tar.gz
ports-1a54d895af185e168785dc17924fbbf9f4872622.zip
- Update to 4.122741
Notes
Notes: svn path=/head/; revision=311270
Diffstat (limited to 'net/p5-Net-Appliance-Session/Makefile')
-rw-r--r--net/p5-Net-Appliance-Session/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/net/p5-Net-Appliance-Session/Makefile b/net/p5-Net-Appliance-Session/Makefile
index aac6aa2c5b9b..79228b07b728 100644
--- a/net/p5-Net-Appliance-Session/Makefile
+++ b/net/p5-Net-Appliance-Session/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: net/p5-Net-Appliance-Session
-# Date created: 05 May 2010
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net-Appliance-Session
-PORTVERSION= 3.122.100
+PORTVERSION= 4.122.741
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,13 +14,18 @@ COMMENT= Run command-line sessions to network appliances
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
- p5-Net-CLI-Interact>=1.122.100:${PORTSDIR}/net/p5-Net-CLI-Interact
+BUILD_DEPENDS= p5-IO-Prompt-Tiny>=0:${PORTSDIR}/devel/p5-IO-Prompt-Tiny \
+ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
+ p5-MooX-Types-MooseLike>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \
+ p5-Net-CLI-Interact>=2.122.730:${PORTSDIR}/net/p5-Net-CLI-Interact \
+ p5-Term-ReadPassword>=0:${PORTSDIR}/devel/p5-Term-ReadPassword \
+ p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob \
+ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Net::Appliance::Session.3 \
- Net::Appliance::Session::APIv2.3
+MAN1= nas.1
+MAN3= Net::Appliance::Session.3
.include <bsd.port.mk>