Import Mojo-SQLite 3.009
This is tiny Mojolicious wrapper for SQLite. OK bluhm@
This commit is contained in:
parent
718d76105c
commit
69250a39b2
24
databases/p5-Mojo-SQLite/Makefile
Normal file
24
databases/p5-Mojo-SQLite/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
COMMENT = tiny Mojolicious wrapper for SQLite
|
||||
|
||||
CPAN_AUTHOR = DBOOK
|
||||
DISTNAME = Mojo-SQLite-3.009
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = databases/p5-SQL-Abstract-Pg>=1.0 \
|
||||
devel/p5-URI-db>=0.15 \
|
||||
databases/p5-DBD-SQLite>=1.68 \
|
||||
databases/p5-DBI>=1.627 \
|
||||
www/p5-Mojo>=8.03 \
|
||||
www/p5-URI>=4.21
|
||||
|
||||
CONFIGURE_STYLE = modbuild tiny
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-Mojo-SQLite/distinfo
Normal file
2
databases/p5-Mojo-SQLite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Mojo-SQLite-3.009.tar.gz) = Vzmprz/A/BYrOAMt9hCgcANSY7++C+wWrsUvDd3Xtkc=
|
||||
SIZE (Mojo-SQLite-3.009.tar.gz) = 41738
|
6
databases/p5-Mojo-SQLite/pkg/DESCR
Normal file
6
databases/p5-Mojo-SQLite/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite
|
||||
<https://www.sqlite.org/> a lot of fun to use with the Mojolicious
|
||||
<https://mojolico.us> real-time web framework. Use all SQL features
|
||||
<http://sqlite.org/lang.html> SQLite has to offer, generate CRUD
|
||||
queries from data structures, and manage your database schema with
|
||||
migrations.
|
13
databases/p5-Mojo-SQLite/pkg/PLIST
Normal file
13
databases/p5-Mojo-SQLite/pkg/PLIST
Normal file
@ -0,0 +1,13 @@
|
||||
${P5SITE}/Mojo/SQLite/
|
||||
${P5SITE}/Mojo/SQLite.pm
|
||||
${P5SITE}/Mojo/SQLite/Database.pm
|
||||
${P5SITE}/Mojo/SQLite/Migrations.pm
|
||||
${P5SITE}/Mojo/SQLite/PubSub.pm
|
||||
${P5SITE}/Mojo/SQLite/Results.pm
|
||||
${P5SITE}/Mojo/SQLite/Transaction.pm
|
||||
@man man/man3p/Mojo::SQLite.3p
|
||||
@man man/man3p/Mojo::SQLite::Database.3p
|
||||
@man man/man3p/Mojo::SQLite::Migrations.3p
|
||||
@man man/man3p/Mojo::SQLite::PubSub.3p
|
||||
@man man/man3p/Mojo::SQLite::Results.3p
|
||||
@man man/man3p/Mojo::SQLite::Transaction.3p
|
Loading…
x
Reference in New Issue
Block a user