20 lines
375 B
Makefile
20 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:48:38 sthen Exp $
|
|
|
|
COMMENT = perl SSH client package implemented on top of OpenSSH
|
|
|
|
DISTNAME = Net-OpenSSH-0.78
|
|
CATEGORIES = net security
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
TEST_IS_INTERACTIVE = Yes
|
|
|
|
.include <bsd.port.mk>
|