aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-OpenSSH/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2009-01-13 09:42:06 +0000
committerAndrej Zverev <az@FreeBSD.org>2009-01-13 09:42:06 +0000
commit025f77656aaa5178bb0fb8217dbb41c368a26b14 (patch)
treeaf1dad659ff960adeb7889dc6566cd13f461d9b8 /net/p5-Net-OpenSSH/Makefile
parente56455dd940cd197b19213bb0fff83d8a3647557 (diff)
downloadports-025f77656aaa5178bb0fb8217dbb41c368a26b14.tar.gz
ports-025f77656aaa5178bb0fb8217dbb41c368a26b14.zip
Notes
Diffstat (limited to 'net/p5-Net-OpenSSH/Makefile')
-rw-r--r--net/p5-Net-OpenSSH/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-OpenSSH/Makefile b/net/p5-Net-OpenSSH/Makefile
new file mode 100644
index 000000000000..5c6e0046a4fd
--- /dev/null
+++ b/net/p5-Net-OpenSSH/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-OpenSSH
+# Date created: 2009-01-13
+# Whom: Andrej Zverev <az@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-OpenSSH
+PORTVERSION= 0.16
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= az@FreeBSD.org
+COMMENT= Perl SSH client package implemented on top of OpenSSH
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::OpenSSH::Constants.3 \
+ Net::OpenSSH.3
+
+.include <bsd.port.mk>