f074f44af5
oked by bad ChangeLog: [Changes for 1.05 (JSON::Syck 0.29) - 2008-06-09] * Loading a YAML stream containing Regexp nodes under -d:DProf should not fail with "panic: Devel::DProf inconsistent subroutine return". Reported by: Richard Jelinek
22 lines
618 B
Makefile
22 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/07/21 14:44:37 rhaen Exp $
|
|
|
|
DISTNAME= YAML-Syck-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AU/AUDREYT/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~audreyt/YAML-Syck/
|
|
COMMENT= Fast, lightweight YAML loader and dumper
|
|
|
|
USE_LANGUAGES= c
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/YAML/Syck/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|