7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
22 lines
657 B
Makefile
22 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:05 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Danga-Socket-1.61
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/
|
|
COMMENT= Event loop and event-driven async socket base class
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sys-Syscall>=0:../../devel/p5-Sys-Syscall
|
|
DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Danga/Socket/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|