pkgsrc/devel/p5-Data-OptList/Makefile
wen 6b1825d0e1 Update to 0.112
Upstream changes:
0.112     2021-06-26 11:01:31-04:00 America/New_York
        - no changes since last trial release (0.111)

0.111     2021-06-20 20:55:10-04:00 America/New_York (TRIAL RELEASE)
        - update author contact info
        - add perl version support to docs
        - replace a "goto" deep in the guts with a sub call, for speed (thanks,
          Olivier Mengué and Graham Knop)
2021-07-06 08:37:58 +00:00

20 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.25 2021/07/06 08:37:58 wen Exp $
DISTNAME= Data-OptList-0.112
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Data-OptList
COMMENT= Parse and validate simple name/value option pairs
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/OptList/.packlist
DEPENDS+= p5-Params-Util>=0.14:../../devel/p5-Params-Util
DEPENDS+= p5-Sub-Install>=0.921:../../devel/p5-Sub-Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"