pkgsrc/textproc/p5-YAML/Makefile
sno a70a860899 Updating YAML module for Perl programming language in textproc/p5-YAML from
0.72nb1 to 0.77.

pkgsrc changes:
- none yet, even if distribution switched from bundled Module::Install to
  bundled Module::Package (seems to be derived from Module::Install), but
  fails clean .packlist creation when older version is installed.
  Might need some cleanup some fine day.

Upstream changes:
version: 0.77
date:    Thu Sep 29 18:28:25 CEST 2011
changes:
- Add $VERSION back to all modules.
- Released from Liz++ and Wendy++ garage attic!
---
version: 0.76
date:    Wed Sep 28 12:05:08 CEST 2011
changes:
- Removed YAML::import per mst.
---
version: 0.75
date:    Tue Sep 27 00:46:19 CEST 2011
changes:
- Switch to Mo for OO (YAML::Mo)
- use_test_base in Makefile.PL.
---
version: 0.74
date:    Sun Sep 25 22:05:05 CEST 2011
changes:
- Switch to Module::Package
- Removed extra $VERSION lines from submodules
- Released from Liz++ and Wendy++'s Tool Basement!

---
version: 0.73
date:    Tue Apr 19 20:14:59 EST 2011
changes:
- Apply ANDK's patch for 5.14.0
2011-11-16 08:31:38 +00:00

27 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.23 2011/11/16 08:31:38 sno Exp $
DISTNAME= YAML-0.77
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/YAML/
COMMENT= YAML implementation for Perl
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/YAML/.packlist
MAKE_PARAMS+= < /dev/null
# By using Module::Install::Bundled a circular dependency on
# involving devel/p5-Module-Build, textproc/p5-YAML and
# devel/p5-Module-Install is avoided
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"