mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
add p5-Module-Pluggable-Fast 0.13
Fast plugins with instantiation
This commit is contained in:
parent
e6ed1295a7
commit
db1a4b3c71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132674
@ -950,6 +950,7 @@
|
||||
SUBDIR += p5-Module-Load
|
||||
SUBDIR += p5-Module-Load-Conditional
|
||||
SUBDIR += p5-Module-Pluggable
|
||||
SUBDIR += p5-Module-Pluggable-Fast
|
||||
SUBDIR += p5-Module-Pluggable-Ordered
|
||||
SUBDIR += p5-Module-Refresh
|
||||
SUBDIR += p5-Module-Reload
|
||||
|
27
devel/p5-Module-Pluggable-Fast/Makefile
Normal file
27
devel/p5-Module-Pluggable-Fast/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: p5-Module-Pluggable-Fast
|
||||
# Date created: Apr 7, 2005
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Module-Pluggable-Fast
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Module
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast plugins with instantiation
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Module::Pluggable::Fast.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Module-Pluggable-Fast/distinfo
Normal file
2
devel/p5-Module-Pluggable-Fast/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Module-Pluggable-Fast-0.13.tar.gz) = b9b26ac77e8800a7e03991427d2eb557
|
||||
SIZE (Module-Pluggable-Fast-0.13.tar.gz) = 2327
|
4
devel/p5-Module-Pluggable-Fast/pkg-descr
Normal file
4
devel/p5-Module-Pluggable-Fast/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Similar to Module::Pluggable but instantiates plugins as soon as they're
|
||||
found, useful for code generators like Class::DBI::Loader.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Module-Pluggable-Fast/
|
6
devel/p5-Module-Pluggable-Fast/pkg-plist
Normal file
6
devel/p5-Module-Pluggable-Fast/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/Module/Pluggable/Fast.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Module/Pluggable 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%//auto/Module/Pluggable/Fast/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%//auto/Module/Pluggable/Fast
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%//auto/Module/Pluggable 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%//auto/Module 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user