2001-03-17 17:29:55 +01:00
|
|
|
# New ports collection makefile for: p5-Net-SSH
|
|
|
|
# Date created: 23 Jan 2001
|
|
|
|
# Whom: Vadim Belman <vab@lflat.vas.mobilix.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-SSH
|
2008-05-17 23:17:01 +02:00
|
|
|
PORTVERSION= 0.09
|
2001-03-17 17:29:55 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-03-17 17:29:55 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-05-17 23:17:01 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl5 module to access and use ssh protocol
|
2001-03-17 17:29:55 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::SSH.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|