1
0
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:
Cheng-Lung Sung 2007-02-13 15:47:46 +00:00
parent f0510bc98f
commit 8372ec79ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185104
5 changed files with 38 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/

View 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