2010-03-22 09:54:21 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/03/22 13:54:21 sturm 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
|
2010-03-22 09:54:21 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net security
|
2005-02-23 15:16:09 -05: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>
|