aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-09-22 03:55:58 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-09-22 03:55:58 +0000
commit18408986efac957de234fc9021c4ae1f1f1ef76f (patch)
tree2d3ae71aa7fd3986828168ba27238f2bb6fd56df /databases/p5-DBD-SQLite/Makefile
parent384b784aa2846fc1637bf1d72ec3666e8dc0f8b5 (diff)
downloadports-18408986efac957de234fc9021c4ae1f1f1ef76f.tar.gz
ports-18408986efac957de234fc9021c4ae1f1f1ef76f.zip
- Update to 1.14
Notes
Notes: svn path=/head/; revision=199883
Diffstat (limited to 'databases/p5-DBD-SQLite/Makefile')
-rw-r--r--databases/p5-DBD-SQLite/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index 03f22093c8fe..b72330cda02b 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -6,20 +6,19 @@
#
PORTNAME= DBD-SQLite
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= perl@FreeBSD.org
+MAINTAINER= clsung@FreeBSD.org
COMMENT= Provides access to SQLite3 databases through the DBI
# We use sqlite3's own library & headers since it is more recent
# than the bundled version and has an incompatible DB file format.
# In this way we can be sure DBD::SQLite can interoperate with
# databases/sqlite3.
-BUILD_DEPENDS= sqlite3>=3.3.3:${PORTSDIR}/databases/sqlite3 \
+BUILD_DEPENDS= sqlite3>=3.4.1:${PORTSDIR}/databases/sqlite3 \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}