c1a84a2405
1.000037 2019-09-07 18:32:44Z - add decode_pod option for automatic =encoding handling 1.000036 2019-04-18 18:25:15Z - properly clean up temp dirs after testing 1.000035 2019-04-18 02:43:11Z - quieten noisy tests (issue #31) 1.000034 2018-07-19 20:26:18Z (TRIAL RELEASE) - fix how relative paths are absolutized, so they work properly on MSWin32 (Christian Walde, PR#24)
17 lines
515 B
Makefile
17 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/10/26 07:23:33 mef Exp $
|
|
|
|
DISTNAME= Module-Metadata-1.000037
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Module-Metadata
|
|
COMMENT= Gather package and POD information from perl module files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/Metadata/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|