2010-07-12 22:07:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/07/12 22:07:40 sthen Exp $
|
2005-02-23 20:16:09 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= client for the Secure File Transfer Protocol
|
2005-02-23 20:16:09 +00:00
|
|
|
|
2007-01-14 20:49:05 +00:00
|
|
|
MODULES= cpan
|
2005-12-12 19:06:10 +00:00
|
|
|
DISTNAME= Net-SFTP-0.10
|
2010-07-12 22:07:37 +00:00
|
|
|
REVISION= 0
|
2007-01-14 20:49:05 +00:00
|
|
|
CATEGORIES= net security
|
2005-02-23 20:16:09 +00:00
|
|
|
|
|
|
|
# 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>
|