5b6e924ae8
DateTime::Format::SQLite understands the formats used by SQLite for its date, datetime and time functions. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a timestring accepted by SQLite.
19 lines
405 B
Makefile
19 lines
405 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/22 20:32:59 sthen Exp $
|
|
|
|
COMMENT = parse and format SQLite dates and times
|
|
|
|
MODULES = cpan
|
|
DISTNAME = DateTime-Format-SQLite-0.11
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-DateTime \
|
|
devel/p5-DateTime-Format-Builder
|
|
|
|
.include <bsd.port.mk>
|