p5-File-ShareDir-Install: update to 0.13

Changelog:
https://metacpan.org/source/ETHER/File-ShareDir-Install-0.13/Changes

OK afresh1@
This commit is contained in:
cwen 2019-05-07 20:07:47 +00:00
parent 65fe85c194
commit 951c63565f
3 changed files with 17 additions and 9 deletions

View File

@ -1,16 +1,24 @@
# $OpenBSD: Makefile,v 1.5 2017/12/04 17:56:27 espie Exp $
# $OpenBSD: Makefile,v 1.6 2019/05/07 20:07:47 cwen Exp $
COMMENT= install shared files, to use with File::ShareDir
MODULES= cpan
PKG_ARCH= *
DISTNAME= File-ShareDir-Install-0.11
DISTNAME= File-ShareDir-Install-0.13
CATEGORIES= devel
FIX_EXTRACT_PERMISSIONS=Yes
FIX_EXTRACT_PERMISSIONS= Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
TEST_DEPENDS= devel/p5-Test-Pod
# Tests fails run when run with -j>1 (MAKE_JOBS>1) see
# https://rt.cpan.org/Public/Bug/Display.html?id=111296
# Upstream has fixed the issue, but MAKE_JOBS takes
# precedence even over the HARNESS_OPTIONS env variable.
TEST_FLAGS+= -j1
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (File-ShareDir-Install-0.11.tar.gz) = Mr+Hcun+pghmB0sn/zGrW8P4iXLWGRXoTLu5hFXgDMg=
SIZE (File-ShareDir-Install-0.11.tar.gz) = 31187
SHA256 (File-ShareDir-Install-0.13.tar.gz) = Rb798Nlcvv58JaHa8pPYX3gNbSV2FGVG5oKKrSblgPk=
SIZE (File-ShareDir-Install-0.13.tar.gz) = 31191

View File

@ -1,3 +1,3 @@
File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you
to locate these files after installation.
File::ShareDir::Install allows you to install read-only data files from
a distribution. It is a companion module to File::ShareDir, which allows
you to locate these files after installation.