Similar to "Module::Pluggable" but instantiates plugins as soon as
they're found, useful for code generators like "Class::DBI::Loader".
This commit is contained in:
parent
adae92507d
commit
e5d9d4866c
4 changed files with 29 additions and 0 deletions
2
p5-Module-Pluggable-Fast/DESCR
Normal file
2
p5-Module-Pluggable-Fast/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Similar to "Module::Pluggable" but instantiates plugins as soon as
|
||||||
|
they're found, useful for code generators like "Class::DBI::Loader".
|
21
p5-Module-Pluggable-Fast/Makefile
Normal file
21
p5-Module-Pluggable-Fast/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2005/04/06 11:08:39 jgoamakf Exp $
|
||||||
|
|
||||||
|
DISTNAME= Module-Pluggable-Fast-0.13
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
SVR4_PKGNAME= p5mpf
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||||
|
|
||||||
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
||||||
|
HOMEPAGE= http://search.cpan.org/dist/Module-Pluggable-Fast/
|
||||||
|
COMMENT= Fast plugins with instantiation
|
||||||
|
|
||||||
|
DEPENDS+= p5-UNIVERSAL-exports>=0.03:../../wip/p5-UNIVERSAL-exports
|
||||||
|
DEPENDS+= p5-File-Find-Rule>=0.28:../../wip/p5-File-Find-Rule
|
||||||
|
|
||||||
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||||
|
|
||||||
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Module/Pluggable/Fast/.packlist
|
||||||
|
|
||||||
|
.include "../../lang/perl5/module.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
1
p5-Module-Pluggable-Fast/PLIST
Normal file
1
p5-Module-Pluggable-Fast/PLIST
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/06 11:08:39 jgoamakf Exp $
|
5
p5-Module-Pluggable-Fast/distinfo
Normal file
5
p5-Module-Pluggable-Fast/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2005/04/06 11:08:39 jgoamakf Exp $
|
||||||
|
|
||||||
|
SHA1 (Module-Pluggable-Fast-0.13.tar.gz) = 8fc06c588e15c7ef1f9d07792c29befa090cd6c9
|
||||||
|
RMD160 (Module-Pluggable-Fast-0.13.tar.gz) = a520ac8677c869bfe4030c909f9eb47a8f89fd56
|
||||||
|
Size (Module-Pluggable-Fast-0.13.tar.gz) = 2327 bytes
|
Loading…
Reference in a new issue