23 lines
445 B
Makefile
23 lines
445 B
Makefile
COMMENT = Perl SSL sockets with IO::Socket interface
|
|
|
|
DISTNAME = IO-Socket-SSL-2.083
|
|
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = security/p5-Net-SSLeay>=1.88
|
|
TEST_DEPENDS = net/p5-IO-Socket-INET6>=2.62 \
|
|
converters/p5-Net-IDN-Encode \
|
|
www/p5-URI>=1.50
|
|
|
|
PKG_ARCH = *
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
MODCPAN_EXAMPLES_DIST = example
|
|
|
|
.include <bsd.port.mk>
|