30e7b96880
- If SSL_cipher_list is not given it uses the openssl default instead of setting it to 'ALL:!LOW:!EXP' like before. The old value included ADH and this might be a bad idea, see BUGS why. Resolves PR pkg/34392 by Martin Wilke
21 lines
584 B
Makefile
21 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/09/05 11:21:00 abs Exp $
|
|
|
|
DISTNAME= IO-Socket-SSL-0.999
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5iss
|
|
CATEGORIES= security net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-SSL/
|
|
COMMENT= Perl5 SSL socket interface class
|
|
|
|
DEPENDS+= p5-Net-SSLeay>=1.26:../../security/p5-Net-SSLeay
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IO/Socket/SSL/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|