openbsd-ports/devel/p5-Parse-CPAN-Meta/Makefile
simon 95223e7285 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@
2009-06-18 18:08:12 +00:00

16 lines
337 B
Makefile

# $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>