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-HomeDir/Makefile
Normal file
22
devel/p5-File-HomeDir/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT= retrieve home directory location
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
DISTNAME = File-HomeDir-1.006
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= sysutils/p5-File-Which>=0.05
|
||||
|
||||
# t/20_empty_home.t fails under PORTS_PRIVSEP if the directory
|
||||
# '/nonexistent' doesn't exist as File::HomeDir->my_home checks
|
||||
# if it does before considering a home directory valid.
|
||||
|
||||
# Needed by t/02_main.t
|
||||
TEST_ENV+= HOME="${HOME}"
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-HomeDir/distinfo
Normal file
2
devel/p5-File-HomeDir/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-HomeDir-1.006.tar.gz) = WTc3xi3w9tq11BIuC0R2QXlFu2Jiwz7twAlmXvFUiFI=
|
||||
SIZE (File-HomeDir-1.006.tar.gz) = 35855
|
4
devel/p5-File-HomeDir/pkg/DESCR
Normal file
4
devel/p5-File-HomeDir/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
File::HomeDir is a module for dealing with issues relating to the
|
||||
location of directories for various purposes that are "owned" by a user,
|
||||
and to solve these problems consistently across a wide variety of
|
||||
platforms.
|
22
devel/p5-File-HomeDir/pkg/PLIST
Normal file
22
devel/p5-File-HomeDir/pkg/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
${P5SITE}/File/HomeDir/
|
||||
${P5SITE}/File/HomeDir.pm
|
||||
${P5SITE}/File/HomeDir/Darwin/
|
||||
${P5SITE}/File/HomeDir/Darwin.pm
|
||||
${P5SITE}/File/HomeDir/Darwin/Carbon.pm
|
||||
${P5SITE}/File/HomeDir/Darwin/Cocoa.pm
|
||||
${P5SITE}/File/HomeDir/Driver.pm
|
||||
${P5SITE}/File/HomeDir/FreeDesktop.pm
|
||||
${P5SITE}/File/HomeDir/MacOS9.pm
|
||||
${P5SITE}/File/HomeDir/Test.pm
|
||||
${P5SITE}/File/HomeDir/Unix.pm
|
||||
${P5SITE}/File/HomeDir/Windows.pm
|
||||
@man man/man3p/File::HomeDir.3p
|
||||
@man man/man3p/File::HomeDir::Darwin.3p
|
||||
@man man/man3p/File::HomeDir::Darwin::Carbon.3p
|
||||
@man man/man3p/File::HomeDir::Darwin::Cocoa.3p
|
||||
@man man/man3p/File::HomeDir::Driver.3p
|
||||
@man man/man3p/File::HomeDir::FreeDesktop.3p
|
||||
@man man/man3p/File::HomeDir::MacOS9.3p
|
||||
@man man/man3p/File::HomeDir::Test.3p
|
||||
@man man/man3p/File::HomeDir::Unix.3p
|
||||
@man man/man3p/File::HomeDir::Windows.3p
|
Loading…
Add table
Add a link
Reference in a new issue