freebsd-ports/net/p5-Net-SSH/Makefile

22 lines
397 B
Makefile
Raw Normal View History

# 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
CATEGORIES= net perl5
MASTER_SITES= CPAN
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
PERL_CONFIGURE= yes
MAN3= Net::SSH.3
.include <bsd.port.mk>