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.
24 lines
719 B
Makefile
24 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/05/31 12:41:40 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Server-Coro-0.8
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
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-[0-9]*:../../net/p5-Net-Server
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|