pkgsrc/security/p5-Net-SFTP/Makefile
wiz 8477fe4e12 p5-Net-SFTP: update to 0.12.
0.12  2017.06.27
    - put function was broken when trying to send 64 Kbyte chunks
      send only 8 Kbytes at a time
    - offset variable should be 64 bit
2018-02-25 18:59:56 +00:00

18 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/02/25 18:59:56 wiz Exp $
DISTNAME= Net-SFTP-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
HOMEPAGE= http://search.cpan.org/dist/Net-SFTP/
COMMENT= Module implementing a client for the Secure File Transfer Protocol
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Net-SSH>=2.12:../../security/p5-Net-SSH
DEPENDS+= p5-Math-Int64>=0.54:../../math/p5-Math-Int64
PERL5_PACKLIST= auto/Net/SFTP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"