mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
23 lines
425 B
Makefile
23 lines
425 B
Makefile
# 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.47
|
|
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>
|