2007-09-15 18:36:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:57 merdely Exp $
|
2005-02-23 15:16:09 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= client for the Secure File Transfer Protocol
|
2005-02-23 15:16:09 -05:00
|
|
|
|
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>
|