summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/Makefile4
-rw-r--r--databases/p5-DBD-SQLite/pkg-descr1
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index e98b7d75fd37..78eab6a27def 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to SQLite3 databases through the DBI
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
+BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
-BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/databases/p5-DBD-SQLite/pkg-descr b/databases/p5-DBD-SQLite/pkg-descr
index 67516ef45351..f0de6802ed82 100644
--- a/databases/p5-DBD-SQLite/pkg-descr
+++ b/databases/p5-DBD-SQLite/pkg-descr
@@ -12,4 +12,5 @@ It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset
of SQL92 supported, and more.
+WWW: http://search.cpan.org/dist/DBD-SQLite/
WWW: http://www.sqlite.org/