New port: textproc/p5-Regexp-Common-time - Date and time regexps.
This commit is contained in:
parent
fdab447bad
commit
b78effcc92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479182
@ -762,6 +762,7 @@
|
||||
SUBDIR += p5-Regexp-Common-Email-Address
|
||||
SUBDIR += p5-Regexp-Common-net-CIDR
|
||||
SUBDIR += p5-Regexp-Common-profanity_us
|
||||
SUBDIR += p5-Regexp-Common-time
|
||||
SUBDIR += p5-Regexp-Copy
|
||||
SUBDIR += p5-Regexp-Debugger
|
||||
SUBDIR += p5-Regexp-DefaultFlags
|
||||
|
18
textproc/p5-Regexp-Common-time/Makefile
Normal file
18
textproc/p5-Regexp-Common-time/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Regexp-Common-time
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= des@FreeBSD.org
|
||||
COMMENT= Regexp::Common::time - Date and time regexps
|
||||
|
||||
BUILD_DEPENDS= p5-Regexp-Common>0:textproc/p5-Regexp-Common
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Regexp-Common-time/distinfo
Normal file
3
textproc/p5-Regexp-Common-time/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1536301178
|
||||
SHA256 (Regexp-Common-time-0.16.tar.gz) = 1c8107a50ab55c72bf78fb116c9188c4cdf162c186c1586c1f9aaee55ff14aca
|
||||
SIZE (Regexp-Common-time-0.16.tar.gz) = 42329
|
5
textproc/p5-Regexp-Common-time/pkg-descr
Normal file
5
textproc/p5-Regexp-Common-time/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module creates regular expressions that can be used for parsing
|
||||
dates and times. See Regexp::Common for a general description of how
|
||||
to use this interface.
|
||||
|
||||
WWW: https://metacpan.org/release/Regexp-Common-time
|
2
textproc/p5-Regexp-Common-time/pkg-plist
Normal file
2
textproc/p5-Regexp-Common-time/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%PERL5_MAN3%%/Regexp::Common::time.3.gz
|
||||
%%SITE_PERL%%/Regexp/Common/time.pm
|
Loading…
Reference in New Issue
Block a user