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