import p5-Parse-CPAN-Meta

Parse::CPAN::Meta is a parser for META.yml files, based on the parser
half of YAML::Tiny.
It supports a basic subset of the full YAML specification, enough to
implement parsing of typical META.yml files, and other similarly simple
YAML files.
If you need something with more power, move up to a full YAML parser
such as YAML, YAML::Syck or YAML::LibYAML.

ok jim@
This commit is contained in:
simon 2009-06-18 18:08:12 +00:00
parent b31e373b28
commit 95223e7285
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/18 18:08:12 simon Exp $
COMMENT = parse META.yml and other similar CPAN metadata files
MODULES = cpan
DISTNAME = Parse-CPAN-Meta-1.39
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Parse-CPAN-Meta-1.39.tar.gz) = tcknCJswztRBrUZ3qLxNDQ==
RMD160 (Parse-CPAN-Meta-1.39.tar.gz) = Td/Y1A6M6Jp07tpdGzZzfjenbw0=
SHA1 (Parse-CPAN-Meta-1.39.tar.gz) = ryFvwS8+WusBCCUrlahTQa4V0+M=
SHA256 (Parse-CPAN-Meta-1.39.tar.gz) = wy9X0uW1EwhcdPnzqlluS5uUPnyHCr4bLcjvCj3LQCk=
SIZE (Parse-CPAN-Meta-1.39.tar.gz) = 25134

View File

@ -0,0 +1,7 @@
Parse::CPAN::Meta is a parser for META.yml files, based on the parser
half of YAML::Tiny.
It supports a basic subset of the full YAML specification, enough to
implement parsing of typical META.yml files, and other similarly simple
YAML files.
If you need something with more power, move up to a full YAML parser
such as YAML, YAML::Syck or YAML::LibYAML.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/18 18:08:12 simon Exp $
${P5SITE}/Parse/
${P5SITE}/Parse/CPAN/
${P5SITE}/Parse/CPAN/Meta.pm
@man man/man3p/Parse::CPAN::Meta.3p