aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-04-25 09:49:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-04-25 09:49:16 +0800
commit8346d09ee4fc48f7bc6ffd52590a24b9a389d84e (patch)
tree1eae96840699d402c8d73fffbf325e5916a5a204 /databases
parent6e13c628bd8299a8f1f81d50c257da6313a5465b (diff)
downloadfreebsd-ports-graphics-8346d09ee4fc48f7bc6ffd52590a24b9a389d84e.tar.gz
freebsd-ports-graphics-8346d09ee4fc48f7bc6ffd52590a24b9a389d84e.tar.zst
freebsd-ports-graphics-8346d09ee4fc48f7bc6ffd52590a24b9a389d84e.zip
- Fix LICENSE
- Pet portlint - Add CPAN as primary WWW
Diffstat (limited to 'databases')
-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 e98b7d75fd3..78eab6a27de 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 67516ef4535..f0de6802ed8 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/