Initial import of p5-Module-Versions-Report, version 1.02 into the NetBSD
Packages Collection. Module::Versions::Report allows a PERL program to list all currently loaded extensions in memory.
This commit is contained in:
parent
912a43173c
commit
66663692db
4 changed files with 23 additions and 0 deletions
2
devel/p5-Module-Versions-Report/DESCR
Normal file
2
devel/p5-Module-Versions-Report/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Module::Versions::Report allows a PERL program to list all currently
|
||||
loaded extensions in memory.
|
16
devel/p5-Module-Versions-Report/Makefile
Normal file
16
devel/p5-Module-Versions-Report/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/07/30 12:56:39 cube Exp $
|
||||
|
||||
DISTNAME= Module-Versions-Report-1.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
COMMENT= Extension to report versions of all modules in memory
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Module-Versions-Report/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
devel/p5-Module-Versions-Report/PLIST
Normal file
1
devel/p5-Module-Versions-Report/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/30 12:56:39 cube Exp $
|
4
devel/p5-Module-Versions-Report/distinfo
Normal file
4
devel/p5-Module-Versions-Report/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/07/30 12:56:39 cube Exp $
|
||||
|
||||
SHA1 (Module-Versions-Report-1.02.tar.gz) = 4b2bd7aeb103e3deee3b80cf760d4fc1b6fc9c04
|
||||
Size (Module-Versions-Report-1.02.tar.gz) = 4671 bytes
|
Loading…
Reference in a new issue