SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT= object oriented interface to File::Temp::tempdir()
MODULES= cpan
PKG_ARCH= *
DISTNAME= File-Tempdir-0.02
REVISION= 1
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (File-Tempdir-0.02.tar.gz) = 0znQVzWcj3JJzhlY6pYYtQ2faz/2IoGZwxn16xfhO+g=
SIZE (File-Tempdir-0.02.tar.gz) = 1768

View file

@ -0,0 +1,7 @@
This module provide an object interface to tempdir() from File::Temp.
This allows to destroy the temporary directory as soon you don't need it
anymore using the magic DESTROY() function automatically call be perl
when the object is no longer reference.
If a value is passed to at object creation, it become only a container
allowing to keep same code in your function.

View file

@ -0,0 +1,3 @@
${P5SITE}/File/
${P5SITE}/File/Tempdir.pm
@man man/man3p/File::Tempdir.3p