pkgsrc/devel/p5-Event-RPC/Makefile
mef d13d0d33ec Update to 1.05
--------------
1.05 Tue Feb 28, 2014, joern
    Features:
    - New Method set_max_packet_size (Client and Server)
      to change the default value of 2 GB up to 4 GB
      (or less).

    Bugfixes
    - Increased default maximum packet size from 4 MB
      to 2 GB.
    - Fixed test suite for parallel execution by using
      different port numbers for the test server.
      Thanks for the report to Andreas K«Ónig.
    - Applied a patch from Salvatore Bonaccorso which
      fixes missing encoding declarations in POD. Thanks!
    - Fixed some POD typos. Thanks for the report to
      Xavier Guimard.
2015-01-29 08:56:15 +00:00

22 lines
734 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/01/29 08:56:15 mef Exp $
DISTNAME= Event-RPC-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.exit1.org/Event-RPC/
#HOMEPAGE= http://search.cpan.org/dist/Event-RPC/
COMMENT= Event based transparent Client/Server RPC framework
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
PERL5_PACKLIST= auto/Event/RPC/.packlist
.include "../../devel/p5-glib2/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"