pkgsrc/net/p5-Net-Server-Coro/Makefile
mef 2586369ee2 (pkgsrc)
- Version requirement updated. (See Changes 1.3 below)
   -DEPENDS+=      p5-Net-Server-[0-9]*:../../net/p5-Net-Server
   +DEPENDS+=      p5-Net-Server>=2.0:../../net/p5-Net-Server
(upstream)
  - Update 0.8 to 1.3
-----------------
1.3    Mon Nov 12 03:11:17 2012
        * Require Net::Server 2.0, and adjust to its API

1.2    Sat Oct 29 02:26:17 2011
        * Net::SSLeay is now an optional dependency

1.1    Mon Sep  5 01:15:17 2011
        * Fix SIGNATURE; no code changes

1.0    Mon Sep  5 00:03:17 2011
        * Catch and warn of possible CVE-2011-0411 attacks
        * No longer make use of a bug in perl pre 5.14 wherein TIEHANDLE
          happened to be called on scalars containing typeglobs

0.9    Sun Nov 15 11:53:17 2010
        * Change socket code to work with Net::Server >= 0.99
2015-02-27 15:03:20 +00:00

23 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/02/27 15:03:20 mef Exp $
#
DISTNAME= Net-Server-Coro-1.3
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Server-Coro/
COMMENT= Perl 5 co-operative multithreaded server using Coro
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/Server/Coro/.packlist
DEPENDS+= p5-Coro-[0-9]*:../../devel/p5-Coro
DEPENDS+= p5-EV-[0-9]*:../../devel/p5-EV
DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
DEPENDS+= p5-Net-Server>=2.0:../../net/p5-Net-Server
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"