SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Dist-CheckConflicts/Makefile
Normal file
16
devel/p5-Dist-CheckConflicts/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = declare version conflicts for your dist
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Dist-CheckConflicts-0.11
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-Module-Runtime>=0.009
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-Fatal>=0
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Dist-CheckConflicts/distinfo
Normal file
2
devel/p5-Dist-CheckConflicts/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Dist-CheckConflicts-0.11.tar.gz) = 6oRLlobJTWZtnURDIddkSQss3i+YXEFltMLHdmXK7cQ=
|
||||
SIZE (Dist-CheckConflicts-0.11.tar.gz) = 19964
|
5
devel/p5-Dist-CheckConflicts/pkg/DESCR
Normal file
5
devel/p5-Dist-CheckConflicts/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
One shortcoming of the CPAN clients that currently exist is that they
|
||||
have no way of specifying conflicting downstream dependencies of
|
||||
modules. This module attempts to work around this issue by allowing you
|
||||
to specify conflicting versions of modules separately, and deal with
|
||||
them after the module is done installing.
|
3
devel/p5-Dist-CheckConflicts/pkg/PLIST
Normal file
3
devel/p5-Dist-CheckConflicts/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Dist/
|
||||
${P5SITE}/Dist/CheckConflicts.pm
|
||||
@man man/man3p/Dist::CheckConflicts.3p
|
Loading…
Add table
Add a link
Reference in a new issue