18 lines
338 B
Makefile
18 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.8 2014/11/15 15:19:04 benoit Exp $
|
|
|
|
COMMENT= SSH File Transfer Protocol client
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Net-SFTP-Foreign-1.77
|
|
CATEGORIES= net security
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= samples
|
|
|
|
.include <bsd.port.mk>
|