21 lines
414 B
Makefile
Raw Normal View History

2010-11-19 22:31:32 +00:00
# $OpenBSD: Makefile,v 1.8 2010/11/19 22:31:36 espie Exp $
COMMENT= client for the Secure File Transfer Protocol
MODULES= cpan
DISTNAME= Net-SFTP-0.10
REVISION= 0
CATEGORIES= net security
2010-10-18 18:36:45 +00:00
USE_GROFF = Yes
# 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
.include <bsd.port.mk>