pkgsrc/time/p5-Time-Duration-Parse/Makefile
wen 2843d9b4e7 Update to 0.16
Remove Exporter::Lite from DEPENDS

Upstream changes:
 Changes for version 0.16 - 2021-05-19

    Switched to plain Exporter, instead of Exporter::Lite. Thanks to Graham Knop for PR.
2021-05-29 10:33:54 +00:00

19 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.22 2021/05/29 10:33:54 wen Exp $
DISTNAME= Time-Duration-Parse-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Time-Duration-Parse
COMMENT= Perl5 module to parse string that represents time duration
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Time/Duration/Parse/.packlist
BUILD_DEPENDS+= p5-Time-Duration-[0-9]*:../../time/p5-Time-Duration
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"