openbsd-ports/devel/p5-DateTime-Format-SQLite/Makefile
sthen 5b6e924ae8 import ports/devel/p5-DateTime-Format-SQLite, from Andreas Voegele, ok okan@
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.
2012-04-22 20:32:59 +00:00

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>