diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-08-01 21:37:21 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-08-01 21:37:21 +0800 |
commit | fe30fac1e8f80a53417a0f3b89ea8998d9cf2e32 (patch) | |
tree | 3edcae185be78ead8211ecbd6d75df35bc88fdd2 /databases/p5-DBD-SQLite | |
parent | 0ead0ca9b6820dbf437b7cfc799513e50d454de4 (diff) | |
download | freebsd-ports-gnome-fe30fac1e8f80a53417a0f3b89ea8998d9cf2e32.tar.gz freebsd-ports-gnome-fe30fac1e8f80a53417a0f3b89ea8998d9cf2e32.tar.zst freebsd-ports-gnome-fe30fac1e8f80a53417a0f3b89ea8998d9cf2e32.zip |
- Update to 1.40
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.40/Changes
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 206a6306f0d1..7389fb15b40e 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-SQLite -PORTVERSION= 1.39 +PORTVERSION= 1.40 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ISHIGAKI @@ -17,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBD::SQLite.3 DBD::SQLite::Cookbook.3 diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 94b04a5aa27d..84cc493e0f56 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-SQLite-1.39.tar.gz) = 9361b5f01c720e33349dcf4dc531220c399fa9e9cdbec948aa8171860b9a9214 -SIZE (DBD-SQLite-1.39.tar.gz) = 1571169 +SHA256 (DBD-SQLite-1.40.tar.gz) = 21fb65e740b6265512c82232b4ad8f75c19ac84c216830112656274eb8e375fb +SIZE (DBD-SQLite-1.40.tar.gz) = 1571899 |