Update to 0.09
Require perl 5.6
This commit is contained in:
parent
895804ef12
commit
3685bae3b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133767
2 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Class-DBI-SQLite
|
||||
PORTVERSION= 0.08
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
|
@ -35,4 +35,10 @@ post-install:
|
|||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} <= 500503
|
||||
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Class-DBI-SQLite-0.08.tar.gz) = 21062edaf56780545f912d62829b27e7
|
||||
SIZE (Class-DBI-SQLite-0.08.tar.gz) = 3382
|
||||
MD5 (Class-DBI-SQLite-0.09.tar.gz) = 2c5d39332df11c8cc72aa9de6020ae61
|
||||
SIZE (Class-DBI-SQLite-0.09.tar.gz) = 3653
|
||||
|
|
Loading…
Reference in a new issue