2011-04-08 04:49:23 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/04/08 08:49:23 pea Exp $
|
2008-08-24 12:13:54 -04:00
|
|
|
|
|
|
|
COMMENT = FTP over SSL/TLS client class
|
|
|
|
|
|
|
|
MODULES = cpan
|
2011-04-08 04:49:23 -04:00
|
|
|
DISTNAME = Net-FTPSSL-0.17
|
2008-08-24 12:13:54 -04:00
|
|
|
CATEGORIES = net
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2008-08-24 12:13:54 -04:00
|
|
|
|
|
|
|
MAINTAINER = Pierre-Emmanuel Andre <pea@raveland.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS = security/p5-IO-Socket-SSL
|
2008-08-24 12:13:54 -04:00
|
|
|
|
2011-04-08 04:49:23 -04:00
|
|
|
# required access to a secure ftp server
|
2008-08-24 12:13:54 -04:00
|
|
|
REGRESS_IS_INTERACTIVE = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|