diff --git a/devel/Makefile b/devel/Makefile index ee0423c7fce5..5ed652f816b2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Module-Depends/Makefile b/devel/p5-Module-Depends/Makefile new file mode 100644 index 000000000000..b45384622319 --- /dev/null +++ b/devel/p5-Module-Depends/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Module-Depends +# Date created: 2008-10-17 +# Whom: Yen-Ming Lee +# +# $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 diff --git a/devel/p5-Module-Depends/distinfo b/devel/p5-Module-Depends/distinfo new file mode 100644 index 000000000000..db846540b127 --- /dev/null +++ b/devel/p5-Module-Depends/distinfo @@ -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 diff --git a/devel/p5-Module-Depends/pkg-descr b/devel/p5-Module-Depends/pkg-descr new file mode 100644 index 000000000000..ecb228b28228 --- /dev/null +++ b/devel/p5-Module-Depends/pkg-descr @@ -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/ diff --git a/devel/p5-Module-Depends/pkg-plist b/devel/p5-Module-Depends/pkg-plist new file mode 100644 index 000000000000..b2b55d625803 --- /dev/null +++ b/devel/p5-Module-Depends/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Module/Depends.pm +%%SITE_PERL%%/Module/Depends/Intrusive.pm +@dirrmtry %%SITE_PERL%%/Module/Depends +@dirrmtry %%SITE_PERL%%/Module