19 lines
351 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2019/07/12 20:48:39 sthen Exp $
2015-10-11 09:28:45 +00:00
COMMENT = SSH File Transfer Protocol client
2015-10-11 09:28:45 +00:00
MODULES = cpan
PKG_ARCH = *
2019-06-05 07:17:29 +00:00
DISTNAME = Net-SFTP-Foreign-1.90
2015-10-11 09:28:45 +00:00
CATEGORIES = net security
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# perl
PERMIT_PACKAGE = Yes
2015-10-11 09:28:45 +00:00
MODCPAN_EXAMPLES = Yes
MODCPAN_EXAMPLES_DIST = samples
.include <bsd.port.mk>