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,14 @@
COMMENT = perl module to deal with time periods
DISTNAME = Time-Period-1.25
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Time-Period-1.25.tar.gz) = 0H+lgFKb6sapyCdMa/IgtMOq3mhd9lwWadUzOb9u8eg=
SIZE (Time-Period-1.25.tar.gz) = 18393

View file

@ -0,0 +1,4 @@
The inPeriod function determines if a given time falls within a
given period. inPeriod returns 1 if the time does fall within the
given period, 0 if not, and -1 if inPeriod detects a malformed time
or period.

View file

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