2019-02-09 09:26:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2019/02/09 08:26:09 wen Exp $
|
2008-10-31 01:30:00 +01:00
|
|
|
|
2019-02-09 09:26:09 +01:00
|
|
|
DISTNAME= Module-CPANTS-Analyse-1.00
|
2015-02-12 07:43:56 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2008-10-31 01:30:00 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-CPANTS-Analyse/
|
|
|
|
COMMENT= Perl5 module to generate Kwalitee ratings for a distribution
|
2009-06-15 01:53:39 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2008-10-31 01:30:00 +01:00
|
|
|
|
Update to 0.90.02
Update DEPENDS
Upstream changes:
0.90_02 2013-08-03
Fixed rt#87535 - incorrect version specification in 0.90_01 (ether)
Fixed rt#87534 - Test failure in 0.90_01 (ether)
Fixed rt#87561 - t/11_hash_random.t fails due to undeclared test dependency (wyant)
0.90_01 2013-08-01
Applied all the changes in 0.88 again, and removed a few non-portable metrics for Test::Kwalitee.
0.89 2013-08-01
Tentatively reverted all the changes in 0.88
0.88 2013-08-01
add metric no_dot_underscore_files (daxim, charsbar)
remove metrics distributed_by_debian, latest_version_distributed_by_debian, has_no_bugs_reported_in_debian, has_no_patches_in_debian, no_cpants_errors, uses_test_nowarnings, has_test_pod, has_test_pod_coverage, has_examples (charsbar)
add metric portable_filenames (charsbar)
numerous fixes for a smoother operation of www-cpants (charsbar)
0.87 2013-02-12
fix rt#80225 - Test failures due to Test::CPAN::Meta::YAML::Version interface change (wyant)
fix rt#82939 - Hash-Randomization causes 10_analyse.t to fail (kentnl, chorny)
fix rt#44796 - Module::CPANTS::Kwalitee::Manifest broken for MANIFESTs containing files with spaces (rivy)
0.86 2012-04-11
add several strict and warnings equivalents & make it easy to add more
fix when Moose is used and strict is not used
add info about MIN_PERL_VERSION
better remedy for metayml_declares_perl_version
metayml_declares_perl_version moved from experimental to extra
some pod improvements (jquelin)
fix rt#65903 - no more Test::YAML::Meta::Version on CPAN (jquelin)
replace YAML::Syck with YAML::Any (jquelin)
no_symlinks checks only files in MANIFEST, use "maniread" in ExtUtils::Manifest (rurban)
add more equivalents for use_strict and use_warnings tests (doherty)
implement valid_signature metric (daxim)
2013-08-25 09:50:37 +02:00
|
|
|
DEPENDS+= p5-Archive-Any-Lite>=0.06:../../archivers/p5-Archive-Any-Lite
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.10,p5-Archive-Tar>=1.30}:../../archivers/p5-Archive-Tar
|
2008-10-31 01:30:00 +01:00
|
|
|
DEPENDS+= p5-Array-Diff>=0.04:../../devel/p5-Array-Diff
|
|
|
|
DEPENDS+= p5-CPAN-DistnameInfo>=0.06:../../devel/p5-CPAN-DistnameInfo
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.19.1,p5-CPAN-Meta>=2.131490}:../../devel/p5-CPAN-Meta
|
2008-10-31 01:30:00 +01:00
|
|
|
DEPENDS+= p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor
|
2019-01-26 09:19:53 +01:00
|
|
|
DEPENDS+= p5-Data-Binary>=0:../../devel/p5-Data-Binary
|
2015-02-13 22:39:09 +01:00
|
|
|
DEPENDS+= p5-ExtUtils-MakeMaker-CPANfile-[0-9]*:../../devel/p5-ExtUtils-MakeMaker-CPANfile
|
Update to 0.90.02
Update DEPENDS
Upstream changes:
0.90_02 2013-08-03
Fixed rt#87535 - incorrect version specification in 0.90_01 (ether)
Fixed rt#87534 - Test failure in 0.90_01 (ether)
Fixed rt#87561 - t/11_hash_random.t fails due to undeclared test dependency (wyant)
0.90_01 2013-08-01
Applied all the changes in 0.88 again, and removed a few non-portable metrics for Test::Kwalitee.
0.89 2013-08-01
Tentatively reverted all the changes in 0.88
0.88 2013-08-01
add metric no_dot_underscore_files (daxim, charsbar)
remove metrics distributed_by_debian, latest_version_distributed_by_debian, has_no_bugs_reported_in_debian, has_no_patches_in_debian, no_cpants_errors, uses_test_nowarnings, has_test_pod, has_test_pod_coverage, has_examples (charsbar)
add metric portable_filenames (charsbar)
numerous fixes for a smoother operation of www-cpants (charsbar)
0.87 2013-02-12
fix rt#80225 - Test failures due to Test::CPAN::Meta::YAML::Version interface change (wyant)
fix rt#82939 - Hash-Randomization causes 10_analyse.t to fail (kentnl, chorny)
fix rt#44796 - Module::CPANTS::Kwalitee::Manifest broken for MANIFESTs containing files with spaces (rivy)
0.86 2012-04-11
add several strict and warnings equivalents & make it easy to add more
fix when Moose is used and strict is not used
add info about MIN_PERL_VERSION
better remedy for metayml_declares_perl_version
metayml_declares_perl_version moved from experimental to extra
some pod improvements (jquelin)
fix rt#65903 - no more Test::YAML::Meta::Version on CPAN (jquelin)
replace YAML::Syck with YAML::Any (jquelin)
no_symlinks checks only files in MANIFEST, use "maniread" in ExtUtils::Manifest (rurban)
add more equivalents for use_strict and use_warnings tests (doherty)
implement valid_signature metric (daxim)
2013-08-25 09:50:37 +02:00
|
|
|
DEPENDS+= p5-File-Find-Rule-VCS>=0:../../devel/p5-File-Find-Rule-VCS
|
2008-10-31 01:30:00 +01:00
|
|
|
DEPENDS+= p5-IO-Capture>=0.05:../../devel/p5-IO-Capture
|
|
|
|
DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
|
Update to 0.90.02
Update DEPENDS
Upstream changes:
0.90_02 2013-08-03
Fixed rt#87535 - incorrect version specification in 0.90_01 (ether)
Fixed rt#87534 - Test failure in 0.90_01 (ether)
Fixed rt#87561 - t/11_hash_random.t fails due to undeclared test dependency (wyant)
0.90_01 2013-08-01
Applied all the changes in 0.88 again, and removed a few non-portable metrics for Test::Kwalitee.
0.89 2013-08-01
Tentatively reverted all the changes in 0.88
0.88 2013-08-01
add metric no_dot_underscore_files (daxim, charsbar)
remove metrics distributed_by_debian, latest_version_distributed_by_debian, has_no_bugs_reported_in_debian, has_no_patches_in_debian, no_cpants_errors, uses_test_nowarnings, has_test_pod, has_test_pod_coverage, has_examples (charsbar)
add metric portable_filenames (charsbar)
numerous fixes for a smoother operation of www-cpants (charsbar)
0.87 2013-02-12
fix rt#80225 - Test failures due to Test::CPAN::Meta::YAML::Version interface change (wyant)
fix rt#82939 - Hash-Randomization causes 10_analyse.t to fail (kentnl, chorny)
fix rt#44796 - Module::CPANTS::Kwalitee::Manifest broken for MANIFESTs containing files with spaces (rivy)
0.86 2012-04-11
add several strict and warnings equivalents & make it easy to add more
fix when Moose is used and strict is not used
add info about MIN_PERL_VERSION
better remedy for metayml_declares_perl_version
metayml_declares_perl_version moved from experimental to extra
some pod improvements (jquelin)
fix rt#65903 - no more Test::YAML::Meta::Version on CPAN (jquelin)
replace YAML::Syck with YAML::Any (jquelin)
no_symlinks checks only files in MANIFEST, use "maniread" in ExtUtils::Manifest (rurban)
add more equivalents for use_strict and use_warnings tests (doherty)
implement valid_signature metric (daxim)
2013-08-25 09:50:37 +02:00
|
|
|
DEPENDS+= p5-Module-ExtractUse>=0.30:../../devel/p5-Module-ExtractUse
|
2019-01-26 09:19:53 +01:00
|
|
|
DEPENDS+= p5-Module-Find>=0:../../devel/p5-Module-Find
|
2014-05-31 14:56:54 +02:00
|
|
|
DEPENDS+= p5-Module-Pluggable>=2.96:../../devel/p5-Module-Pluggable
|
2019-02-09 09:26:09 +01:00
|
|
|
DEPENDS+= p5-Perl-PrereqScanner-NotQuiteLite>=0.9901:../../devel/p5-Perl-PrereqScanner-NotQuiteLite
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.10,p5-Pod-Simple>=2.02}:../../textproc/p5-Pod-Simple
|
2008-10-31 01:30:00 +01:00
|
|
|
DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly
|
Update to 0.90.02
Update DEPENDS
Upstream changes:
0.90_02 2013-08-03
Fixed rt#87535 - incorrect version specification in 0.90_01 (ether)
Fixed rt#87534 - Test failure in 0.90_01 (ether)
Fixed rt#87561 - t/11_hash_random.t fails due to undeclared test dependency (wyant)
0.90_01 2013-08-01
Applied all the changes in 0.88 again, and removed a few non-portable metrics for Test::Kwalitee.
0.89 2013-08-01
Tentatively reverted all the changes in 0.88
0.88 2013-08-01
add metric no_dot_underscore_files (daxim, charsbar)
remove metrics distributed_by_debian, latest_version_distributed_by_debian, has_no_bugs_reported_in_debian, has_no_patches_in_debian, no_cpants_errors, uses_test_nowarnings, has_test_pod, has_test_pod_coverage, has_examples (charsbar)
add metric portable_filenames (charsbar)
numerous fixes for a smoother operation of www-cpants (charsbar)
0.87 2013-02-12
fix rt#80225 - Test failures due to Test::CPAN::Meta::YAML::Version interface change (wyant)
fix rt#82939 - Hash-Randomization causes 10_analyse.t to fail (kentnl, chorny)
fix rt#44796 - Module::CPANTS::Kwalitee::Manifest broken for MANIFESTs containing files with spaces (rivy)
0.86 2012-04-11
add several strict and warnings equivalents & make it easy to add more
fix when Moose is used and strict is not used
add info about MIN_PERL_VERSION
better remedy for metayml_declares_perl_version
metayml_declares_perl_version moved from experimental to extra
some pod improvements (jquelin)
fix rt#65903 - no more Test::YAML::Meta::Version on CPAN (jquelin)
replace YAML::Syck with YAML::Any (jquelin)
no_symlinks checks only files in MANIFEST, use "maniread" in ExtUtils::Manifest (rurban)
add more equivalents for use_strict and use_warnings tests (doherty)
implement valid_signature metric (daxim)
2013-08-25 09:50:37 +02:00
|
|
|
DEPENDS+= p5-Set-Scalar>=0:../../devel/p5-Set-Scalar
|
2008-10-31 01:30:00 +01:00
|
|
|
DEPENDS+= p5-Software-License>=0.003:../../devel/p5-Software-License
|
|
|
|
DEPENDS+= p5-Test-YAML-Meta>=0.11:../../devel/p5-Test-YAML-Meta
|
|
|
|
DEPENDS+= p5-YAML-Syck>=0.95:../../textproc/p5-YAML-Syck
|
2009-07-19 00:13:47 +02:00
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.10,p5-version>=0.73}:../../devel/p5-version
|
2008-10-31 01:30:00 +01:00
|
|
|
|
2009-06-15 01:53:39 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
2009-07-19 00:13:47 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
|
2015-08-22 15:58:54 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
|
|
|
|
BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
|
2015-08-22 18:00:41 +02:00
|
|
|
BUILD_DEPENDS+= p5-File-Find-Object-[0-9]*:../../devel/p5-File-Find-Object
|
|
|
|
BUILD_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
|
|
|
|
BUILD_DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
|
2009-06-15 01:53:39 +02:00
|
|
|
|
2008-10-31 01:30:00 +01:00
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Module/CPANTS/Analyse/.packlist
|
2015-02-12 07:43:56 +01:00
|
|
|
#ERL5_MODULE_TYPE= Module::Build
|
2008-10-31 01:30:00 +01:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|