Don't depend on DBD::SQLite (thanks to Jun Kuriyama).
This commit is contained in:
parent
d9988c79ee
commit
4b90eb494a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182607
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= Class-DBI-Sweet
|
||||
PORTVERSION= 0.08
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
|
@ -19,14 +19,16 @@ COMMENT= Extra sweet features for Class::DBI
|
|||
RUN_DEPENDS= p5-Class-DBI>=3.0.12:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
|
||||
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Class::DBI::Sweet.3 Class::DBI::Sweet::Topping.3
|
||||
|
||||
post-extract:
|
||||
@${PERL} -i.bak -ne 'print unless m,DBD::SQLite,' ${WRKSRC}/Build.PL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500801
|
||||
|
|
Loading…
Reference in a new issue