pkgsrc/net/p5-Net-SFTP-Foreign/Makefile
wen 943229fb3c Update to 1.93
Upstream changes:
1.93  Jan 19, 2021
        - put_content was not handling optional arguments correctly
          (bug report by Bas van Sisseren).

1.92_03 Oct 1, 2020
        - Write buffer could grow uncontrolled after a connection
          lost error (bug report by Jozef Kutej, #gh17).

1.92_02 Jun 25, 2020
        - Fix handling of out of order responses.

1.92_01 Jun 24, 2020
        - Add support for receiving out of order responses from the
          server (bug report by Dimitar Kolev #rt130641 and ftumsh
          #rt132768).
2021-09-05 08:01:08 +00:00

16 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/09/05 08:01:08 wen Exp $
DISTNAME= Net-SFTP-Foreign-1.93
PKGNAME= p5-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= angelmadames@gmail.com
HOMEPAGE= https://github.com/salva/p5-Net-SFTP-Foreign/
COMMENT= SSH File Transfer Protocol client
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Net/SFTP/Foreign/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"