pkgsrc/time/p5-DateTime-Calendar-Julian/Makefile
markd 244e94889f Add p5-DateTime-Calendar-Julian 0.04
This is a companion module to DateTime.pm. It implements the Julian
calendar. It supports everything that DateTime.pm supports and more:
about one day per century more, to be precise.
2017-08-01 12:56:24 +00:00

20 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/08/01 12:56:24 markd Exp $
#
DISTNAME= DateTime-Calendar-Julian-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/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"