2010-11-19 22:31:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/11/19 22:31:36 espie 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
|
2010-10-18 18:36:45 +00:00
|
|
|
USE_GROFF = Yes
|
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}
|
2010-11-19 22:31:32 +00:00
|
|
|
RUN_DEPENDS= net/p5-Net-SSH-Perl
|
2005-02-23 20:16:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|