Upstream changes: 1.36 Wed 7 Jan 2009 - Fixing missing feature reported by H.Merijn Brand 1.35 Wed 17 Dec 2008 - Production release for changes in 1.34_01 - No other changes 1.34_01 Wed 19 Nov 2008 - Improving sub-classability by passing the indent level through to the ->_write_scalar method. 1.33 Thu 24 Jul 2008 - Export Load and Dump functions by default.
18 lines
520 B
Makefile
18 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/01/11 17:05:58 he Exp $
|
|
|
|
DISTNAME= YAML-Tiny-1.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/YAML-Tiny/
|
|
COMMENT= Read/Write YAML files with as little code as possible
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/YAML/Tiny/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|