- add p5-Module-Depends-0.14

Module::Depends extracts module dependencies from an unpacked distribution
tree.

Module::Depends only evaluates the META.yml shipped with a distribution.
This won't be effective until all distributions ship META.yml files, so we
suggest you take your life in your hands and look at
Module::Depends::Intrusive.

WWW:    http://search.cpan.org/dist/Module-Depends/
This commit is contained in:
Yen-Ming Lee 2008-10-17 18:53:59 +00:00
parent 7e49cade1a
commit 9a9ab90c83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221691
5 changed files with 41 additions and 0 deletions

View File

@ -1473,6 +1473,7 @@
SUBDIR += p5-Module-Compile
SUBDIR += p5-Module-CoreList
SUBDIR += p5-Module-Dependency
SUBDIR += p5-Module-Depends
SUBDIR += p5-Module-ExtractUse
SUBDIR += p5-Module-Find
SUBDIR += p5-Module-Info

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Module-Depends
# Date created: 2008-10-17
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Module-Depends
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Identify the dependencies of a distribution
RUN_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
PERL_MODBUILD= yes
MAN3= Module::Depends::Intrusive.3 Module::Depends.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Module-Depends-0.14.tar.gz) = 4aa5efab8d177626bb7d66af2c56cd74
SHA256 (Module-Depends-0.14.tar.gz) = a6df7e9680dfe1c88784b1fa86f06289b425f441fa3c735ebfd9e35ee79188f2
SIZE (Module-Depends-0.14.tar.gz) = 6702

View File

@ -0,0 +1,9 @@
Module::Depends extracts module dependencies from an unpacked distribution
tree.
Module::Depends only evaluates the META.yml shipped with a distribution.
This won't be effective until all distributions ship META.yml files, so we
suggest you take your life in your hands and look at
Module::Depends::Intrusive.
WWW: http://search.cpan.org/dist/Module-Depends/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Module/Depends.pm
%%SITE_PERL%%/Module/Depends/Intrusive.pm
@dirrmtry %%SITE_PERL%%/Module/Depends
@dirrmtry %%SITE_PERL%%/Module