20 lines
399 B
Makefile
20 lines
399 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:35:53 espie Exp $
|
|
|
|
COMMENT = perl SSH client package implemented on top of OpenSSH
|
|
|
|
DISTNAME = Net-OpenSSH-0.57
|
|
CATEGORIES = net security
|
|
MODULES = cpan
|
|
|
|
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>
|