diff options
author | he <he@pkgsrc.org> | 2008-08-06 15:54:42 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-06 15:54:42 +0000 |
commit | fda25be24d154302ef5a8bc8efde9ef130a14bd5 (patch) | |
tree | faf0e68c553a5ea948f7003c3b6c00ffdd4847b0 /devel/p5-Module-Load | |
parent | d2027ac6f92f5392d8d97aa07f634cd8e815fa6a (diff) | |
download | pkgsrc-fda25be24d154302ef5a8bc8efde9ef130a14bd5.tar.gz |
Import p5-Module-Load version 0.12.
Module::Load allows for generic loading of modules and files. Simply
give it the name of a module or file and it will Do What You Mean (tm).
Diffstat (limited to 'devel/p5-Module-Load')
-rw-r--r-- | devel/p5-Module-Load/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Module-Load/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Module-Load/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Module-Load/DESCR b/devel/p5-Module-Load/DESCR new file mode 100644 index 00000000000..37b9b1330f0 --- /dev/null +++ b/devel/p5-Module-Load/DESCR @@ -0,0 +1,2 @@ +Module::Load allows for generic loading of modules and files. Simply +give it the name of a module or file and it will Do What You Mean (tm). diff --git a/devel/p5-Module-Load/Makefile b/devel/p5-Module-Load/Makefile new file mode 100644 index 00000000000..8290d8c41fc --- /dev/null +++ b/devel/p5-Module-Load/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/06 15:54:42 he Exp $ + +DISTNAME= Module-Load-0.12 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5ml +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Module-Load/ +COMMENT= Perl5 module to runtime require of both modules and files + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Module/Load/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Module-Load/distinfo b/devel/p5-Module-Load/distinfo new file mode 100644 index 00000000000..7d9b20bc052 --- /dev/null +++ b/devel/p5-Module-Load/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/06 15:54:42 he Exp $ + +SHA1 (Module-Load-0.12.tar.gz) = 3592fef6d127bac74146dc5d7572b3fd31d1ddeb +RMD160 (Module-Load-0.12.tar.gz) = 71a81898b3db3b7463ef79c497dac1c8e749aec8 +Size (Module-Load-0.12.tar.gz) = 4429 bytes |