pkgsrc/time/p5-Time-Format/Makefile
2023-07-06 09:38:07 +00:00

21 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.25 2023/07/06 09:42:16 wiz Exp $
DISTNAME= Time-Format-1.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Time-Format
COMMENT= Easy-to-use date/time formatting
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
PERL5_PACKLIST= auto/Time/Format/.packlist
USE_LANGUAGES= # none
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"