Add devel/p5-Time-ParseDate, which lets you do date and time
calculations with a descriptive parser. WWW: https://metacpan.org/pod/Time::ParseDate
This commit is contained in:
parent
5d0dd15ed8
commit
85872666c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412640
5 changed files with 33 additions and 0 deletions
|
@ -3374,6 +3374,7 @@
|
|||
SUBDIR += p5-Time-Mock
|
||||
SUBDIR += p5-Time-Object
|
||||
SUBDIR += p5-Time-Out
|
||||
SUBDIR += p5-Time-ParseDate
|
||||
SUBDIR += p5-Time-Period
|
||||
SUBDIR += p5-Time-Piece
|
||||
SUBDIR += p5-Time-Piece-Range
|
||||
|
|
17
devel/p5-Time-ParseDate/Makefile
Normal file
17
devel/p5-Time-ParseDate/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Time-ParseDate
|
||||
PORTVERSION= 2015.103
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Date parsing, both relative and absolute
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Time-ParseDate/distinfo
Normal file
2
devel/p5-Time-ParseDate/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Time-ParseDate-2015.103.tar.gz) = 2c1a06235bf811813caac9eaa9daa71af758667cdf7b082cb59863220fcaeed1
|
||||
SIZE (Time-ParseDate-2015.103.tar.gz) = 26644
|
3
devel/p5-Time-ParseDate/pkg-descr
Normal file
3
devel/p5-Time-ParseDate/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Flexible date and time handling via common-sense strings.
|
||||
|
||||
WWW: https://metacpan.org/pod/Time::ParseDate
|
10
devel/p5-Time-ParseDate/pkg-plist
Normal file
10
devel/p5-Time-ParseDate/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/Time/CTime.pm
|
||||
%%SITE_PERL%%/Time/DaysInMonth.pm
|
||||
%%SITE_PERL%%/Time/JulianDay.pm
|
||||
%%SITE_PERL%%/Time/ParseDate.pm
|
||||
%%SITE_PERL%%/Time/Timezone.pm
|
||||
%%PERL5_MAN3%%/Time::CTime.3.gz
|
||||
%%PERL5_MAN3%%/Time::DaysInMonth.3.gz
|
||||
%%PERL5_MAN3%%/Time::JulianDay.3.gz
|
||||
%%PERL5_MAN3%%/Time::ParseDate.3.gz
|
||||
%%PERL5_MAN3%%/Time::Timezone.3.gz
|
Loading…
Reference in a new issue