09858c7711
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+
17 lines
501 B
Makefile
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"
|