68a8a10693
2.33 -- Wed May 19 11:34:00 MT 2020 * Remove PAX Headers in tarball using GNU tar 2.32 -- Wed Mar 04 14:41:00 MT 2020 * Fix t/date.t to run on leap years [arc] 2.31 -- Thu Jan 16 14:00:00 MT 2020 * Fix year 2020 bug from t/getdate.t [Prajith] * Fix warnings from t/date.t * Fix pod issue in lib/Date/Parse.pm * Fix for French language using English day suffixes in %o [mitchjacksontech] * RT#84075: Fix Date::Parse::str2time century issue. [perlpilot] * Adds Occitan language. [Quenty31] * Migrate GitHub repo and bugtracker to atoomic/perl-TimeDate
23 lines
612 B
Makefile
23 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.38 2020/09/07 17:56:19 wiz Exp $
|
|
|
|
DISTNAME= TimeDate-2.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl5 TimeDate distribution
|
|
HOMEPAGE= https://metacpan.org/release/TimeDate
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Date/Parse/.packlist
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; \
|
|
for f in Russian_cp1251.pm Russian_koi8r.pm Turkish.pm; do \
|
|
chmod a-x lib/Date/Language/$${f}; \
|
|
done
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|