summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2007-10-27 01:44:31 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2007-10-27 01:44:31 +0000
commit7a47bd6cdd3cb116b75a07d0f32578ea55b7559b (patch)
treed0c4577017bf133b23ef7e3443a7684e1b7f4520 /net
parent- Update to 1.01 (diff)
- Update to 0.08
- Use CPAN macro - Add WWW link - Take maintainership
Notes
Notes: svn path=/head/; revision=202117
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-SCP/Makefile10
-rw-r--r--net/p5-Net-SCP/distinfo6
-rw-r--r--net/p5-Net-SCP/pkg-descr2
3 files changed, 10 insertions, 8 deletions
diff --git a/net/p5-Net-SCP/Makefile b/net/p5-Net-SCP/Makefile
index ae9245ced106..c6511e3e85d0 100644
--- a/net/p5-Net-SCP/Makefile
+++ b/net/p5-Net-SCP/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= Net-SCP
-PORTVERSION= 0.07
+PORTVERSION= 0.08
CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= chinsan@FreeBSD.org
COMMENT= Perl5 module to access and use scp protocol
BUILD_DEPENDS= ${SITE_PERL}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH \
- ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote
+ ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
+ p5-IO>=0:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-SCP/distinfo b/net/p5-Net-SCP/distinfo
index 473b134ee9c8..91ba49d32488 100644
--- a/net/p5-Net-SCP/distinfo
+++ b/net/p5-Net-SCP/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-SCP-0.07.tar.gz) = bf7e89b5741b98f4a9e40896f0baf230
-SHA256 (Net-SCP-0.07.tar.gz) = 88f475489b7828749080666bac5ae3d1d8801fbdb282c1ef59c1ca405a4c4f96
-SIZE (Net-SCP-0.07.tar.gz) = 4918
+MD5 (Net-SCP-0.08.tar.gz) = 09005478b3eb9f151163f58d03cf83c4
+SHA256 (Net-SCP-0.08.tar.gz) = 88a9b2df69e769e5855a408b19f61915b82e8fe070ab5cf4d525dd3b8bbe31c1
+SIZE (Net-SCP-0.08.tar.gz) = 6425
diff --git a/net/p5-Net-SCP/pkg-descr b/net/p5-Net-SCP/pkg-descr
index ee2fb5e1cfe4..a19186cba41b 100644
--- a/net/p5-Net-SCP/pkg-descr
+++ b/net/p5-Net-SCP/pkg-descr
@@ -1 +1,3 @@
Perl5 module to access and use scp protocol
+
+WWW: http://search.cpan.org/dist/Net-SCP/