diff --git a/textproc/Makefile b/textproc/Makefile index aeb4ddd32664..7f79c4464fc3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Regexp-Common-time/Makefile b/textproc/p5-Regexp-Common-time/Makefile new file mode 100644 index 000000000000..a2a38a9a78e8 --- /dev/null +++ b/textproc/p5-Regexp-Common-time/Makefile @@ -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 diff --git a/textproc/p5-Regexp-Common-time/distinfo b/textproc/p5-Regexp-Common-time/distinfo new file mode 100644 index 000000000000..b332f7c8a0f5 --- /dev/null +++ b/textproc/p5-Regexp-Common-time/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1536301178 +SHA256 (Regexp-Common-time-0.16.tar.gz) = 1c8107a50ab55c72bf78fb116c9188c4cdf162c186c1586c1f9aaee55ff14aca +SIZE (Regexp-Common-time-0.16.tar.gz) = 42329 diff --git a/textproc/p5-Regexp-Common-time/pkg-descr b/textproc/p5-Regexp-Common-time/pkg-descr new file mode 100644 index 000000000000..82d71683f389 --- /dev/null +++ b/textproc/p5-Regexp-Common-time/pkg-descr @@ -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 diff --git a/textproc/p5-Regexp-Common-time/pkg-plist b/textproc/p5-Regexp-Common-time/pkg-plist new file mode 100644 index 000000000000..a60d00563971 --- /dev/null +++ b/textproc/p5-Regexp-Common-time/pkg-plist @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Regexp::Common::time.3.gz +%%SITE_PERL%%/Regexp/Common/time.pm