![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / time / p5-Data-ICal / Makefile (download)
Revision 1.26, Sat Nov 2 14:51:35 2019 UTC (3 years, 3 months ago) by mef
(time/p5-Data-ICal) Updated to 0.23 0.23 2019-08-14 - Rewrite property folding to be faster (and clearer)(thanks to Calvin Morrison) - Linewrap tests: add a stronger assertion about expectation(thanks to Ricardo Signes) Note that as the folding code is rewritten, there is a tiny behavior change: Long folded strings will always contain CRLF at the end no matter if original strings have that or not(they should have according to RFC). Please report if this is an issue to you. |
# $NetBSD: Makefile,v 1.26 2019/11/02 14:51:35 mef Exp $ DISTNAME= Data-ICal-0.23 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/Data-ICal COMMENT= Generates iCalendar (RFC 2445) calendar files LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue #DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData #BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple TEST_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn PERL5_PACKLIST= auto/Data/ICal/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"