pkgsrc/security/p5-Net-OpenSSH/Makefile
wiz 43cbfe0d54 Update to 0.50:
0.50  Nov 21, 2010
        - shell_quote in t/1_run.t was escaping '_' (bug report by
          Andreas J. König)
	- some typos corrected
        - initial implementation of scp_cat
2010-12-02 12:26:19 +00:00

20 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.10 2010/12/02 12:26:19 wiz Exp $
#
DISTNAME= Net-OpenSSH-0.50
PKGNAME= p5-${DISTNAME}
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-OpenSSH/
COMMENT= Perl SSH client package implemented on top of OpenSSH
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/OpenSSH/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"