p5-CPAN-Meta-YAML: remove, part of perl since 2011
This commit is contained in:
parent
ed6d487cc7
commit
4f40293639
5 changed files with 3 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3192 2020/09/04 10:42:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3193 2020/09/04 10:46:23 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= Development utilities
|
||||
|
@ -1141,7 +1141,6 @@ SUBDIR+= p5-CPAN-DistnameInfo
|
|||
SUBDIR+= p5-CPAN-FindDependencies
|
||||
SUBDIR+= p5-CPAN-Inject
|
||||
SUBDIR+= p5-CPAN-Meta-Check
|
||||
SUBDIR+= p5-CPAN-Meta-YAML
|
||||
SUBDIR+= p5-CPAN-Mini
|
||||
SUBDIR+= p5-CPAN-ParseDistribution
|
||||
SUBDIR+= p5-CPAN-Perl-Releases
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
This module implements a subset of the YAML specification for use in
|
||||
reading and writing CPAN metadata files like META.yml and MYMETA.yml.
|
||||
It should not be used for any other general YAML parsing or generation
|
||||
task.
|
||||
|
||||
NOTE: META.yml (and MYMETA.yml) files should be UTF-8 encoded. Users
|
||||
are responsible for proper encoding and decoding. In particular, the
|
||||
read and write methods do not support UTF-8 and should not be used.
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.17 2020/08/31 18:07:32 wiz Exp $
|
||||
|
||||
DISTNAME= CPAN-Meta-YAML-0.018
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://metacpan.org/release/CPAN-Meta-YAML
|
||||
COMMENT= Perl module to read and write a subset of YAML for CPAN Meta files
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/CPAN/Meta/YAML/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.7 2016/01/08 14:42:53 wen Exp $
|
||||
|
||||
SHA1 (CPAN-Meta-YAML-0.018.tar.gz) = e540fc207c0ace3041abfec2c90cf54d510ce9fa
|
||||
RMD160 (CPAN-Meta-YAML-0.018.tar.gz) = fbdcf581162d1bb1a919d5ada5270cf915cf2699
|
||||
SHA512 (CPAN-Meta-YAML-0.018.tar.gz) = ace6361090289ada81de0fe4720d51e0e344dd43dced8f72549231986f2727b70a3ba9cfeed891033dd7907ee1b98a353b73a02b1520f763a06ba65980b09dab
|
||||
Size (CPAN-Meta-YAML-0.018.tar.gz) = 49587 bytes
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2020,v 1.4743 2020/09/04 10:42:39 wiz Exp $
|
||||
$NetBSD: CHANGES-2020,v 1.4744 2020/09/04 10:46:23 wiz Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2020:
|
||||
|
||||
|
@ -7337,3 +7337,4 @@ Changes to the packages collection and infrastructure in 2020:
|
|||
Updated textproc/po4a to 0.57nb3 [wiz 2020-09-04]
|
||||
Removed devel/p5-CPAN-Meta successor lang/perl5 [wiz 2020-09-04]
|
||||
Removed devel/p5-CPAN-Meta-Requirements successor lang/perl5 [wiz 2020-09-04]
|
||||
Removed devel/p5-CPAN-Meta-YAML [wiz 2020-09-04]
|
||||
|
|
Loading…
Reference in a new issue