SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-Time-Out/Makefile
Normal file
15
devel/p5-Time-Out/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT = easily timeout long running operations
|
||||
|
||||
DISTNAME = Time-Out-0.11
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Time-Out/distinfo
Normal file
2
devel/p5-Time-Out/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Time-Out-0.11.tar.gz) = k5baaY/UUtnOYNZCzaIQjxHyDtdsiWF3muEbiXroFdI=
|
||||
SIZE (Time-Out-0.11.tar.gz) = 3647
|
4
devel/p5-Time-Out/pkg/DESCR
Normal file
4
devel/p5-Time-Out/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Time::Out - Easily timeout long running operations
|
||||
|
||||
Time::Out provides an easy interface to alarm(2) based timeouts.
|
||||
Nested timeouts are supported.
|
4
devel/p5-Time-Out/pkg/PLIST
Normal file
4
devel/p5-Time-Out/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Time/
|
||||
${P5SITE}/Time/Out.pm
|
||||
${P5SITE}/Time/Out.pod
|
||||
@man man/man3p/Time::Out.3p
|
Loading…
Add table
Add a link
Reference in a new issue