9c817039ab
ok jasper@
27 lines
555 B
Makefile
27 lines
555 B
Makefile
# $OpenBSD: Makefile,v 1.39 2010/12/09 16:42:04 bluhm Exp $
|
|
|
|
COMMENT = perl interface to SSL sockets
|
|
|
|
DISTNAME = IO-Socket-SSL-1.37
|
|
|
|
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.21
|
|
REGRESS_DEPENDS = net/p5-IO-Socket-INET6
|
|
USE_GROFF = Yes
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
MODCPAN_EXAMPLES_DIST = example
|
|
|
|
.include <bsd.port.mk>
|