- Add p5-Module-Runtime-Conflicts 0.001
Module::Runtime::Conflicts provides conflicts checking for Module::Runtime, which had a recent release that broke some versions of Moose. It is called from Moose::Conflicts and moose-outdated. WWW: http://search.cpan.org/dist/Module-Runtime-Conflicts/
This commit is contained in:
parent
d7ddf2b772
commit
acc8c6842f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373953
@ -2400,6 +2400,7 @@
|
||||
SUBDIR += p5-Module-Reload
|
||||
SUBDIR += p5-Module-Reload-Sel
|
||||
SUBDIR += p5-Module-Runtime
|
||||
SUBDIR += p5-Module-Runtime-Conflicts
|
||||
SUBDIR += p5-Module-ScanDeps
|
||||
SUBDIR += p5-Module-Setup
|
||||
SUBDIR += p5-Module-Starter
|
||||
|
19
devel/p5-Module-Runtime-Conflicts/Makefile
Normal file
19
devel/p5-Module-Runtime-Conflicts/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Module-Runtime-Conflicts
|
||||
PORTVERSION= 0.001
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Provide information on conflicts for Module::Runtime
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Module-Runtime-Conflicts/distinfo
Normal file
2
devel/p5-Module-Runtime-Conflicts/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Module-Runtime-Conflicts-0.001.tar.gz) = 0f73d03846575dd1492d3760deeb9627afaa1f8b04d4d526b1775174201be25f
|
||||
SIZE (Module-Runtime-Conflicts-0.001.tar.gz) = 23538
|
5
devel/p5-Module-Runtime-Conflicts/pkg-descr
Normal file
5
devel/p5-Module-Runtime-Conflicts/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Module::Runtime::Conflicts provides conflicts checking for Module::Runtime,
|
||||
which had a recent release that broke some versions of Moose. It is called from
|
||||
Moose::Conflicts and moose-outdated.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Module-Runtime-Conflicts/
|
2
devel/p5-Module-Runtime-Conflicts/pkg-plist
Normal file
2
devel/p5-Module-Runtime-Conflicts/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Module/Runtime/Conflicts.pm
|
||||
%%PERL5_MAN3%%/Module::Runtime::Conflicts.3.gz
|
Loading…
Reference in New Issue
Block a user