pkgsrc/devel/p5-Algorithm-C3/Makefile
wen 09858c7711 Update to 0.11
Upstream changes:
0.11 - 2020-11-10
    - set metadata for static dependency list and install
    - move repository to github
    - minor test cleanups
    - fix Makefile.PL to work for authors in perl 5.26+
2021-02-11 00:31:51 +00:00

17 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.20 2021/02/11 00:31:51 wen Exp $
DISTNAME= Algorithm-C3-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Algorithm-C3
COMMENT= Module for merging hierarchies using the C3 algorithm
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Algorithm/C3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"