75388c8ec8
Upstream changes: v1.27 2009.07.24 - changed possible local/utf-8 depended \w in some regex against more explicit [a-zA-Z0-9_]. Fixed one regex, where it assumed, that service names can't have '-' inside - fixed bug https://rt.cpan.org/Ticket/Display.html?id=48131 where eli[AT]dvns[DOT]com reported warnings when perl -w was used. While there made it more aware of errors in Net::ssl_write_all (return undef not 0 in generic_write)
26 lines
785 B
Makefile
26 lines
785 B
Makefile
# $NetBSD: Makefile,v 1.47 2009/07/28 06:32:34 sno Exp $
|
|
|
|
DISTNAME= IO-Socket-SSL-1.27
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
|
|
DEPENDS+= p5-Net-LibIDN-[0-9]*:../../net/p5-Net-LibIDN
|
|
DEPENDS+= p5-Net-SSLeay>=1.33:../../security/p5-Net-SSLeay
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
REPLACE_PERL= SSL.pm
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IO/Socket/SSL/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|