pkgsrc/time/p5-DateTime-Calendar-Julian/Makefile
wiz 1d271706bb p5-DateTime-Calendar-Julian: update to 0.102.
0.102		2019-11-09	T. R. Wyant
    - Add optional separator arg to datetime(). This tracks the same
      change in DateTime version 1.43 dated 2017-05-29. Thanks to Jean
      Forget for finding, isolating, and reporting this.

    - NOTE that the above change restores the 'T' separator in
      stringification, as it was before DateTime 1.43.

    - Add tests for datetime() method.

    - Eliminate redirections in POD URL links
2020-09-07 17:38:50 +00:00

19 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/09/07 17:38:50 wiz Exp $
DISTNAME= DateTime-Calendar-Julian-0.102
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/DateTime-Calendar-Julian
COMMENT= Dates in the Julian calendar
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DateTime>=0.15:../../time/p5-DateTime
PERL5_PACKLIST= auto/DateTime/Calendar/Julian/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"