The Devel::Modlist perl module provides a means by which to get a

quick run-down on which libraries and modules are being utilized
by a given perl script.

PR:	ports/26829
This commit is contained in:
Josef Karthauser 2001-04-26 18:01:53 +00:00
parent 5f251210fc
commit bd4a79c3a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41930
6 changed files with 41 additions and 0 deletions

View File

@ -272,6 +272,7 @@
SUBDIR += p5-Date-Calc
SUBDIR += p5-Date-Manip
SUBDIR += p5-DateConvert
SUBDIR += p5-Devel-Modlist
SUBDIR += p5-Devel-DProf
SUBDIR += p5-Devel-Peek
SUBDIR += p5-Devel-Symdump

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Devel-Modlist
# Date created: 25 April 2001
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Devel-Modlist
PORTVERSION= 0.4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
PERL_CONFIGURE= yes
MAN3= Devel::Modlist.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Devel-Modlist-0.4.tar.gz) = 5a88e030a6beb30c84af94a116ee303c

View File

@ -0,0 +1 @@
Perl extension to collect module use information

View File

@ -0,0 +1,11 @@
The Devel::Modlist perl module provides a means by which to get a
quick run-down on which libraries and modules are being utilized
by a given perl script.
Just as compiler systems like gcc provide dependancy information
via switches such as -M, Devel::Modlist is intended to assist script
authors in preparing dependancy information for potential users of
their scripts.
-Anton
<tobez@tobez.org>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Modlist/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Devel/Modlist.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Modlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Devel 2>/dev/null || true