21 lines
398 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:52 naddy Exp $
COMMENT = FTP over SSL/TLS client class
MODULES = cpan
PKG_ARCH = *
2015-09-11 12:15:21 +00:00
DISTNAME = Net-FTPSSL-0.30
CATEGORIES = net
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
2010-11-19 22:31:32 +00:00
RUN_DEPENDS = security/p5-IO-Socket-SSL
# required access to a secure ftp server
2013-03-11 11:35:43 +00:00
TEST_IS_INTERACTIVE = Yes
.include <bsd.port.mk>