mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
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:
parent
5f251210fc
commit
bd4a79c3a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41930
@ -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
|
||||
|
22
devel/p5-Devel-Modlist/Makefile
Normal file
22
devel/p5-Devel-Modlist/Makefile
Normal 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>
|
1
devel/p5-Devel-Modlist/distinfo
Normal file
1
devel/p5-Devel-Modlist/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Devel-Modlist-0.4.tar.gz) = 5a88e030a6beb30c84af94a116ee303c
|
1
devel/p5-Devel-Modlist/pkg-comment
Normal file
1
devel/p5-Devel-Modlist/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension to collect module use information
|
11
devel/p5-Devel-Modlist/pkg-descr
Normal file
11
devel/p5-Devel-Modlist/pkg-descr
Normal 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>
|
5
devel/p5-Devel-Modlist/pkg-plist
Normal file
5
devel/p5-Devel-Modlist/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user