ad385e8275
Diff from Gleydson Soares, thanks ! ok jasper@
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# $OpenBSD: Makefile,v 1.5 2011/04/08 08:49:23 pea Exp $
|
|
|
|
COMMENT = FTP over SSL/TLS client class
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Net-FTPSSL-0.17
|
|
CATEGORIES = net
|
|
USE_GROFF = Yes
|
|
|
|
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
|
|
|
|
# required access to a secure ftp server
|
|
REGRESS_IS_INTERACTIVE = Yes
|
|
|
|
.include <bsd.port.mk>
|