28 lines
594 B
Makefile
28 lines
594 B
Makefile
# $OpenBSD: Makefile,v 1.49 2012/12/29 18:08:31 bluhm Exp $
|
|
|
|
COMMENT = perl interface to SSL sockets
|
|
|
|
DISTNAME = IO-Socket-SSL-1.81
|
|
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = security/p5-Net_SSLeay>=1.33
|
|
REGRESS_DEPENDS = net/p5-IO-Socket-INET6 \
|
|
converters/p5-Net-IDN-Encode \
|
|
www/p5-URI>=1.50
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
MODCPAN_EXAMPLES_DIST = example
|
|
|
|
.include <bsd.port.mk>
|