SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-DateTime-Format-Pg/Makefile
Normal file
17
devel/p5-DateTime-Format-Pg/Makefile
Normal 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>
|
2
devel/p5-DateTime-Format-Pg/distinfo
Normal file
2
devel/p5-DateTime-Format-Pg/distinfo
Normal 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
|
4
devel/p5-DateTime-Format-Pg/pkg/DESCR
Normal file
4
devel/p5-DateTime-Format-Pg/pkg/DESCR
Normal 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.
|
2
devel/p5-DateTime-Format-Pg/pkg/PLIST
Normal file
2
devel/p5-DateTime-Format-Pg/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/DateTime/Format/Pg.pm
|
||||
@man man/man3p/DateTime::Format::Pg.3p
|
Loading…
Add table
Add a link
Reference in a new issue