mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
19 lines
407 B
Makefile
19 lines
407 B
Makefile
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
# $FreeBSD: head/net/p5-Net-SSH2/Makefile 412348 2016-04-01 14:17:44Z mat $
|
|
|
|
PORTNAME= Net-SSH2
|
|
PORTVERSION= 0.58
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Support for the SSH 2 protocol via libSSH2
|
|
|
|
LIB_DEPENDS= libssh2.so:net/libssh2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|