Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= do_sqlite3 |
4 |
PORTNAME= do_sqlite3 |
5 |
PORTVERSION= 0.10.13 |
5 |
PORTVERSION= 0.10.17 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= databases rubygems |
6 |
CATEGORIES= databases rubygems |
8 |
MASTER_SITES= RG |
7 |
MASTER_SITES= RG |
9 |
|
8 |
|
Lines 11-17
MAINTAINER= voldern@hoeggen.net
Link Here
|
11 |
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3 |
10 |
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3 |
12 |
|
11 |
|
13 |
LIB_DEPENDS= libsqlite3.so:databases/sqlite3 |
12 |
LIB_DEPENDS= libsqlite3.so:databases/sqlite3 |
14 |
RUN_DEPENDS= rubygem-data_objects>=0.10.13:databases/rubygem-data_objects |
13 |
RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects |
15 |
|
14 |
|
16 |
USE_RUBY= yes |
15 |
USE_RUBY= yes |
17 |
USES= gem |
16 |
USES= gem |