Import Module::Runtime into devel/p5-Module-Runtime.
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.
This commit is contained in:
parent
8bf3441e8c
commit
645695e72f
3 changed files with 28 additions and 0 deletions
2
devel/p5-Module-Runtime/DESCR
Normal file
2
devel/p5-Module-Runtime/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The functions exported by this module deal with runtime handling of
|
||||
Perl modules, which are normally handled at compile time.
|
21
devel/p5-Module-Runtime/Makefile
Normal file
21
devel/p5-Module-Runtime/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/10/13 07:20:48 hiramatsu Exp $
|
||||
|
||||
DISTNAME= Module-Runtime-0.010
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/
|
||||
COMMENT= Deal with runtime handling of Perl modules
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Params-Classify:../../devel/p5-Params-Classify
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/Module/Runtime/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Module-Runtime/distinfo
Normal file
5
devel/p5-Module-Runtime/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/10/13 07:20:48 hiramatsu Exp $
|
||||
|
||||
SHA1 (Module-Runtime-0.010.tar.gz) = f4b826bf672cde0b85a586d8d30f9c2f946c3705
|
||||
RMD160 (Module-Runtime-0.010.tar.gz) = 9766abd8347fd017f5ad85a18a0e1f360bf1e98d
|
||||
Size (Module-Runtime-0.010.tar.gz) = 10684 bytes
|
Loading…
Reference in a new issue