Update to 0.11.
Changes: https://metacpan.org/changes/distribution/Data-ObjectDriver
This commit is contained in:
parent
ec801ef7b6
commit
738b929525
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382611
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-ObjectDriver
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -19,9 +19,10 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Data-ObjectDriver-0.10.tar.gz) = 3578032d4980fc9180d8ddd9df0344a3aa02b54eabd2ba7b8a7c7fcabd803259
|
||||
SIZE (Data-ObjectDriver-0.10.tar.gz) = 110904
|
||||
SHA256 (Data-ObjectDriver-0.11.tar.gz) = d4cfa436ce99ecef9535d7697cf30c7e56418a44dfbedc8f066455c9698488bf
|
||||
SIZE (Data-ObjectDriver-0.11.tar.gz) = 84609
|
||||
|
|
Loading…
Reference in a new issue