mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Module::ExtractUse is basically a Parse::RecDescent grammar to
parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code. WWW: http://search.cpan.org/dist/Module-ExtractUse/
This commit is contained in:
parent
f0510bc98f
commit
8372ec79ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185104
@ -1258,6 +1258,7 @@
|
||||
SUBDIR += p5-Module-Compile
|
||||
SUBDIR += p5-Module-CoreList
|
||||
SUBDIR += p5-Module-Dependency
|
||||
SUBDIR += p5-Module-ExtractUse
|
||||
SUBDIR += p5-Module-Find
|
||||
SUBDIR += p5-Module-Info
|
||||
SUBDIR += p5-Module-Info-File
|
||||
|
25
devel/p5-Module-ExtractUse/Makefile
Normal file
25
devel/p5-Module-ExtractUse/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Module-ExtractUse
|
||||
# Date created: 13 February 2007
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Module-ExtractUse
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Module
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Find out what CPAN modules are used
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Pod/Strip.pm:${PORTSDIR}/textproc/p5-Pod-Strip
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Module::ExtractUse.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Module-ExtractUse/distinfo
Normal file
3
devel/p5-Module-ExtractUse/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Module-ExtractUse-0.18.tar.gz) = 7bbe7dc9e94276f38bbe4b183861c9d3
|
||||
SHA256 (Module-ExtractUse-0.18.tar.gz) = d6695025e9160dd0c3cc280749defdf9b0e303a915a0655f7982d2d47fb46030
|
||||
SIZE (Module-ExtractUse-0.18.tar.gz) = 17315
|
5
devel/p5-Module-ExtractUse/pkg-descr
Normal file
5
devel/p5-Module-ExtractUse/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Module::ExtractUse is basically a Parse::RecDescent grammar to
|
||||
parse Perl code. It tries very hard to find all modules
|
||||
(whether pragmas, Core, or from CPAN) used by the parsed code.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Module-ExtractUse/
|
4
devel/p5-Module-ExtractUse/pkg-plist
Normal file
4
devel/p5-Module-ExtractUse/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Module/ExtractUse.pm
|
||||
%%SITE_PERL%%/Module/ExtractUse/Grammar.pm
|
||||
@dirrmtry %%SITE_PERL%%/Module/ExtractUse
|
||||
@dirrmtry %%SITE_PERL%%/Module
|
Loading…
Reference in New Issue
Block a user