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
713 B
Makefile
22 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/05/29 23:35:52 wiz Exp $
|
|
|
|
DISTNAME= Event-ExecFlow-0.64
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.exit1.org/packages/Event-ExecFlow/dist/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.exit1.org/Event-ExecFlow/
|
|
COMMENT= High level API for event-based execution flow control
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-AnyEvent>=0.4:../../devel/p5-AnyEvent
|
|
DEPENDS+= {perl>=5.9.3,p5-Test-Simple>=0.62}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Event/ExecFlow/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|