Add p5-CPAN-Meta-YAML 0.003, read and write a subset of YAML for CPAN

Meta files.
This commit is contained in:
Sergey Skvortsov 2011-03-02 18:26:22 +00:00
parent 1c4109476f
commit c01ce7f42c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270133
5 changed files with 37 additions and 0 deletions

View file

@ -1228,6 +1228,7 @@
SUBDIR += p5-CPAN-DistnameInfo
SUBDIR += p5-CPAN-Inject
SUBDIR += p5-CPAN-Meta
SUBDIR += p5-CPAN-Meta-YAML
SUBDIR += p5-CPAN-Mini
SUBDIR += p5-CPAN-Reporter
SUBDIR += p5-CPAN-Reporter-Smoker

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: CPAN-Meta-YAML
# Date created: 02 Feb 2011
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= CPAN-Meta-YAML
PORTVERSION= 0.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../../authors/id/D/DA/DAGOLDEN/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read and write a subset of YAML for CPAN Meta files
PERL_CONFIGURE= YES
MAN3= CPAN::Meta::YAML.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (CPAN-Meta-YAML-0.003.tar.gz) = 4e8501b049cd5c36ed03eaa24e8d27bd207b36f59aabbd5bff1198697fb2b5d5
SIZE (CPAN-Meta-YAML-0.003.tar.gz) = 28719

View file

@ -0,0 +1,6 @@
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.
WWW: http://search.cpan.org/dist/CPAN-Meta-YAML/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Meta/YAML/.packlist
%%SITE_PERL%%/CPAN/Meta/YAML.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Meta/YAML
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Meta
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN
@dirrmtry %%SITE_PERL%%/CPAN/Meta
@dirrmtry %%SITE_PERL%%/CPAN