SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-File-ShareDir-Install/Makefile
Normal file
22
devel/p5-File-ShareDir-Install/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT= install shared files, to use with File::ShareDir
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
DISTNAME = File-ShareDir-Install-0.14
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
FIX_EXTRACT_PERMISSIONS= Yes
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
# 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>
|
2
devel/p5-File-ShareDir-Install/distinfo
Normal file
2
devel/p5-File-ShareDir-Install/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-ShareDir-Install-0.14.tar.gz) = j5UzsZjy1KmlKIy8fSJPdnmtBaeoVzdFWZeJQovFrqA=
|
||||
SIZE (File-ShareDir-Install-0.14.tar.gz) = 31637
|
3
devel/p5-File-ShareDir-Install/pkg/DESCR
Normal file
3
devel/p5-File-ShareDir-Install/pkg/DESCR
Normal file
|
@ -0,0 +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.
|
4
devel/p5-File-ShareDir-Install/pkg/PLIST
Normal file
4
devel/p5-File-ShareDir-Install/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/ShareDir/
|
||||
${P5SITE}/File/ShareDir/Install.pm
|
||||
@man man/man3p/File::ShareDir::Install.3p
|
Loading…
Add table
Add a link
Reference in a new issue