diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-01 03:22:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-01 03:22:10 +0800 |
commit | fbb6d394f1d8ea81b5882461d21acacda1d8973b (patch) | |
tree | 2ca265cba285ceb9ef5b25a39102178be4dbdade /databases/p5-DBD-SQLite | |
parent | 4ab02689b0c6ba9905b53fe229d02a8b54ecefc3 (diff) | |
download | freebsd-ports-gnome-fbb6d394f1d8ea81b5882461d21acacda1d8973b.tar.gz freebsd-ports-gnome-fbb6d394f1d8ea81b5882461d21acacda1d8973b.tar.zst freebsd-ports-gnome-fbb6d394f1d8ea81b5882461d21acacda1d8973b.zip |
- update to 1.33
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/DBD-SQLite-1.33/Changes
The build system never find the local sqlite but uses the bundled one so remove the lib_depends on sqlite
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index dec14cdcf205..70b850715fbd 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-SQLite -PORTVERSION= 1.31 +PORTVERSION= 1.33 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to SQLite3 databases through the DBI -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= USE_LOCAL_SQLITE=0 SQLITE_LOCATION=${LOCALBASE} MAN3= DBD::SQLite.3 DBD::SQLite::Cookbook.3 diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index aabf02164eea..b8f8a68fd6be 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-SQLite-1.31.tar.gz) = 987e5446dea3dbdfb3aea5b27dbed8526af1733e3eb01ea59a6435ebba5b29f6 -SIZE (DBD-SQLite-1.31.tar.gz) = 1325225 +SHA256 (DBD-SQLite-1.33.tar.gz) = e0b2fbf88d7d8aa13aa8b7c4a6cbe4f10eb92df30138e4201c4c64f883a958de +SIZE (DBD-SQLite-1.33.tar.gz) = 1400534 |