1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- update to 1.33

- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/DBD-SQLite-1.33/Changes

The build system never find the local sqlite but uses the bundled one so remove the lib_depends on sqlite
This commit is contained in:
Baptiste Daroussin 2011-05-31 19:22:10 +00:00
parent 1705f54d5d
commit bdbc75280f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274885
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= DBD-SQLite PORTNAME= DBD-SQLite
PORTVERSION= 1.31 PORTVERSION= 1.33
CATEGORIES= databases perl5 CATEGORIES= databases perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to SQLite3 databases through the DBI 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 RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
CONFIGURE_ARGS= USE_LOCAL_SQLITE=0 SQLITE_LOCATION=${LOCALBASE}
MAN3= DBD::SQLite.3 DBD::SQLite::Cookbook.3 MAN3= DBD::SQLite.3 DBD::SQLite::Cookbook.3

View File

@ -1,2 +1,2 @@
SHA256 (DBD-SQLite-1.31.tar.gz) = 987e5446dea3dbdfb3aea5b27dbed8526af1733e3eb01ea59a6435ebba5b29f6 SHA256 (DBD-SQLite-1.33.tar.gz) = e0b2fbf88d7d8aa13aa8b7c4a6cbe4f10eb92df30138e4201c4c64f883a958de
SIZE (DBD-SQLite-1.31.tar.gz) = 1325225 SIZE (DBD-SQLite-1.33.tar.gz) = 1400534