diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-31 19:22:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-31 19:22:10 +0000 |
commit | bdbc75280f104587f1e6b3ec63a221be59dde794 (patch) | |
tree | c977accefda2bd9c984a23bd9cfc8843b684e2fc | |
parent | 1705f54d5d32282432598f8dbe20ba9e421e4bfa (diff) | |
download | ports-bdbc75280f104587f1e6b3ec63a221be59dde794.tar.gz ports-bdbc75280f104587f1e6b3ec63a221be59dde794.zip |
Notes
-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 |