21 lines
412 B
Makefile
21 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:54 naddy Exp $
|
|
|
|
COMMENT = perl SSH client package implemented on top of OpenSSH
|
|
|
|
DISTNAME = Net-OpenSSH-0.68
|
|
CATEGORIES = net security
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
MODCPAN_EXAMPLES_DIST = sample
|
|
|
|
TEST_IS_INTERACTIVE = Yes
|
|
|
|
.include <bsd.port.mk>
|