pkgsrc/time/p5-DateTime-Format-DateManip/Makefile
rillig 5c9d5e5586 time: align variable assignments
pkglint -Wall -F --only aligned -r

No manual corrections.
2019-11-02 16:28:37 +00:00

22 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.14 2019/11/02 16:28:39 rillig Exp $
DISTNAME= DateTime-Format-DateManip-0.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 10
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/DateTime::Format::DateManip
COMMENT= Convert Date::Manip dates and durations to/from DateTimes
DEPENDS+= p5-DateTime>0:../../time/p5-DateTime
DEPENDS+= p5-Date-Manip>0:../../devel/p5-Date-Manip
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= #
PERL5_PACKLIST= auto/DateTime/Format/DateManip/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"