naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

21 lines
398 B
Makefile

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