d32e5f16db
Net::FTPSSL is an object oriented Perl module which implements a simple FTP client over a Secure Socket Layer (SSL) connection written following the directives described in RFC959 and RFC2228. from Pierre-Emmanuel Andre
22 lines
436 B
Makefile
22 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/24 16:13:54 simon Exp $
|
|
|
|
COMMENT = FTP over SSL/TLS client class
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Net-FTPSSL-0.04
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Pierre-Emmanuel Andre <pea@raveland.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = ::security/p5-IO-Socket-SSL
|
|
|
|
REGRESS_IS_INTERACTIVE = Yes
|
|
|
|
.include <bsd.port.mk>
|