Changes from previous: --------------------- 1.5 - Mark Grimes <mgrimes@cpan.org> submitted a cool new feature implementing the plugins_ordered() method. This allows plugins to be returned sorted from the plugins() method. Note that this is a numeric sort using the <=> operator. Possible future improvement: allowing a custom sort method. Not sure how this would work; all plugins would have to agree to be sorted this way, and the sort method would need to be passed by the code calling the plugins to be registered properly. - SVN had been broken for a long time. It's working again, albeit at a different URL (albeit albeit on the same machine and in the same physical location in the filesystem). You can snag the code from http://www.coitusmentis.info/repos/Module-Pluggable-Ordered/ .
19 lines
633 B
Makefile
19 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/04/07 09:41:25 jgoamakf Exp $
|
|
|
|
DISTNAME= Module-Pluggable-Ordered-1.5
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Pluggable-Ordered/
|
|
COMMENT= Call module plugins in a specified order
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Module-Pluggable>=1.9:../../devel/p5-Module-Pluggable
|
|
DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
|
|
|
|
PERL5_PACKLIST= auto/Module/Pluggable/Ordered/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|