pkgsrc/devel/p5-Event-RPC/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

23 lines
749 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/05/31 12:40:17 wiz Exp $
DISTNAME= Event-RPC-1.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 8
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"