164ec2ba13
[Changes for 1.28 - 2014-12-11] * Bump to release version 1.28 for production release to CPAN [Changes for 1.28_01 - 2014-06-11] * Update inc modules to avoid precedence warnings in newer perl: RT 87034
19 lines
516 B
Makefile
19 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/12/14 15:35:13 wiz Exp $
|
|
|
|
DISTNAME= YAML-Syck-1.28
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~audreyt/YAML-Syck/
|
|
COMMENT= Fast, lightweight YAML loader and dumper
|
|
LICENSE= mit AND 2-clause-bsd
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/YAML/Syck/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|