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>
This commit is contained in:
parent
f437b4466b
commit
71bdcbfd92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230134
5 changed files with 42 additions and 0 deletions
|
@ -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
|
||||
|
|
25
devel/p5-Module-Math-Depends/Makefile
Normal file
25
devel/p5-Module-Math-Depends/Makefile
Normal file
|
@ -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>
|
3
devel/p5-Module-Math-Depends/distinfo
Normal file
3
devel/p5-Module-Math-Depends/distinfo
Normal file
|
@ -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
|
5
devel/p5-Module-Math-Depends/pkg-descr
Normal file
5
devel/p5-Module-Math-Depends/pkg-descr
Normal file
|
@ -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/
|
8
devel/p5-Module-Math-Depends/pkg-plist
Normal file
8
devel/p5-Module-Math-Depends/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue