2007-01-14 15:49:05 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/01/14 20:49:05 simon Exp $
|
2005-02-23 15:16:09 -05:00
|
|
|
|
|
|
|
COMMENT= "client for the Secure File Transfer Protocol"
|
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2005-12-12 14:06:10 -05:00
|
|
|
DISTNAME= Net-SFTP-0.10
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net security
|
2005-02-23 15:16:09 -05:00
|
|
|
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
|
|
|
|
# GPL/Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::net/p5-Net-SSH-Perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|