1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/p5-Net-SSH2/Makefile
Baptiste Daroussin ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00

22 lines
401 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Net-SSH2
PORTVERSION= 0.53
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Support for the SSH 2 protocol via libSSH2
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>