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,17 @@
COMMENT = parse and create PostGresql date objects
MODULES = cpan
PKG_ARCH = *
DISTNAME = DateTime-Format-Pg-0.16014
CATEGORIES = devel converters
# perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-DateTime-Format-Builder
BUILD_DEPENDS = ${RUN_DEPENDS}
MAKE_ENV = TEST_POD=Yes
CONFIGURE_STYLE = modbuild tiny
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (DateTime-Format-Pg-0.16014.tar.gz) = OLuWZlJNw4TDNm9jQsuWVsULrA+XFqPUTxz1Usy+Drk=
SIZE (DateTime-Format-Pg-0.16014.tar.gz) = 30914

View file

@ -0,0 +1,4 @@
This module understands the formats used by PostgreSQL for its DATE,
TIME, and TIMESTAMP data types. It can be used to parse these formats
in order to create DateTime objects, and it can take a C<DateTime>
object and produce a string representing it in the PostgreSQL format.

View file

@ -0,0 +1,2 @@
${P5SITE}/DateTime/Format/Pg.pm
@man man/man3p/DateTime::Format::Pg.3p