summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Versions-Report/Makefile
blob: f4da665e8d6e11a05280c6c00ffcad1ca4ff4184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.25 2021/05/24 19:51:06 wiz Exp $

DISTNAME=	Module-Versions-Report-1.06
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	12
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Module/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Module-Versions-Report
COMMENT=	Extension to report versions of all modules in memory

PERL5_PACKLIST=		auto/Module-Versions-Report/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"