SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-File-Tempdir/Makefile
Normal file
12
devel/p5-File-Tempdir/Makefile
Normal 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>
|
2
devel/p5-File-Tempdir/distinfo
Normal file
2
devel/p5-File-Tempdir/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-Tempdir-0.02.tar.gz) = 0znQVzWcj3JJzhlY6pYYtQ2faz/2IoGZwxn16xfhO+g=
|
||||
SIZE (File-Tempdir-0.02.tar.gz) = 1768
|
7
devel/p5-File-Tempdir/pkg/DESCR
Normal file
7
devel/p5-File-Tempdir/pkg/DESCR
Normal 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.
|
3
devel/p5-File-Tempdir/pkg/PLIST
Normal file
3
devel/p5-File-Tempdir/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/Tempdir.pm
|
||||
@man man/man3p/File::Tempdir.3p
|
Loading…
Add table
Add a link
Reference in a new issue