16 lines
479 B
Makefile
16 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/08/31 18:11:54 wiz Exp $
|
|
|
|
DISTNAME= Pod-Tests-1.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Pod-Tests
|
|
COMMENT= Perl5 module that extracts embedded tests and code examples from POD
|
|
|
|
PERL5_PACKLIST= auto/Pod/Tests/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|