diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:12:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:12:16 +0000 |
commit | 71bdcbfd92f8af8bd9df7895edd46bd57fb6b641 (patch) | |
tree | f44b7ba0bd9b389a48588a22e1dae27545886258 | |
parent | f437b4466bc1cf4be3d1340ca2a251bb8ce58e68 (diff) | |
download | ports-71bdcbfd92f8af8bd9df7895edd46bd57fb6b641.tar.gz ports-71bdcbfd92f8af8bd9df7895edd46bd57fb6b641.zip |
This is a small convenience module created originally as part
of Module::Inspector but released seperately, in the hope that people might
find it useful in other contexts.
WWW: http://search.cpan.org/dist/Module-Math-Depends/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
Notes
Notes:
svn path=/head/; revision=230134
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Module-Math-Depends/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Module-Math-Depends/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Module-Math-Depends/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Module-Math-Depends/pkg-plist | 8 |
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2f82c67672b1..ce26b19b296a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1550,6 +1550,7 @@ SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional SUBDIR += p5-Module-Loaded + SUBDIR += p5-Module-Math-Depends SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered diff --git a/devel/p5-Module-Math-Depends/Makefile b/devel/p5-Module-Math-Depends/Makefile new file mode 100644 index 000000000000..1f35cf3c4e5b --- /dev/null +++ b/devel/p5-Module-Math-Depends/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Module-Math-Depends +# Date created: March 8th 2009 +# Whom: Cezary Morga <cm@therek.net> +# +# $FreeBSD$ +# + +PORTNAME= Module-Math-Depends +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= cm@therek.net +COMMENT= Convenience object for manipulating module dependencies + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ + ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= Module::Math::Depends.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Module-Math-Depends/distinfo b/devel/p5-Module-Math-Depends/distinfo new file mode 100644 index 000000000000..9658dcf835e6 --- /dev/null +++ b/devel/p5-Module-Math-Depends/distinfo @@ -0,0 +1,3 @@ +MD5 (Module-Math-Depends-0.02.tar.gz) = 35270e730764371ee9fb3be536744a32 +SHA256 (Module-Math-Depends-0.02.tar.gz) = 733cd9b92e500e04f388e25413c611f93ad0f262588b2aa83d2f2880888a4f99 +SIZE (Module-Math-Depends-0.02.tar.gz) = 22991 diff --git a/devel/p5-Module-Math-Depends/pkg-descr b/devel/p5-Module-Math-Depends/pkg-descr new file mode 100644 index 000000000000..58e18604f570 --- /dev/null +++ b/devel/p5-Module-Math-Depends/pkg-descr @@ -0,0 +1,5 @@ +This is a small convenience module created originally as part +of Module::Inspector but released seperately, in the hope that people might +find it useful in other contexts. + +WWW: http://search.cpan.org/dist/Module-Math-Depends/ diff --git a/devel/p5-Module-Math-Depends/pkg-plist b/devel/p5-Module-Math-Depends/pkg-plist new file mode 100644 index 000000000000..2f00609306d8 --- /dev/null +++ b/devel/p5-Module-Math-Depends/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Module/Math/Depends.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Math/Depends/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Math/Depends +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/Module/Math +@dirrmtry %%SITE_PERL%%/Module |