21 lines
389 B
Makefile
21 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:34 sthen Exp $
|
|
|
|
COMMENT = perl SSH client package implemented on top of OpenSSH
|
|
|
|
DISTNAME = Net-OpenSSH-0.78
|
|
CATEGORIES = net security
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
TEST_IS_INTERACTIVE = Yes
|
|
|
|
.include <bsd.port.mk>
|