8b66d43801
------------------------------------- 1.70 2017-01-22 08:59:54Z [FIXED] - Some errors writing to a file were incorrectly reported.
17 lines
490 B
Makefile
17 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.25 2017/02/22 12:48:11 mef Exp $
|
|
|
|
DISTNAME= YAML-Tiny-1.70
|
|
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-Tiny/
|
|
COMMENT= Read/Write YAML files with as little code as possible
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/YAML/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|