aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-25 01:49:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-25 01:49:16 +0000
commit29c4b60c4f47e928f21cbbf14e5857eef2078f5c (patch)
treee9732d42672d4766078c766e6fdbf9f504075d58 /databases/p5-DBD-SQLite
parent6d8392441856cc513ff684b91b9787058a0986f7 (diff)
downloadports-29c4b60c4f47e928f21cbbf14e5857eef2078f5c.tar.gz
ports-29c4b60c4f47e928f21cbbf14e5857eef2078f5c.zip
Notes
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/