mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Update to 0.11008
- Optional dependencies [1] PR: ports/157198 [1] Submitted by: swills [1]
This commit is contained in:
parent
b2d8b56561
commit
a847ea041f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275472
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= SQL-Translator
|
||||
PORTVERSION= 0.11007
|
||||
PORTVERSION= 0.11008
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -24,14 +24,14 @@ BUILD_DEPENDS= p5-Class-Base>=0:${PORTSDIR}/devel/p5-Class-Base \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
|
||||
p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \
|
||||
p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
|
||||
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
p5-Moo>=0.009007:${PORTSDIR}/devel/p5-Moo \
|
||||
p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
|
||||
p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
|
||||
p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \
|
||||
p5-XML-Writer>=0.500:${PORTSDIR}/textproc/p5-XML-Writer
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
OPTIONS= DIAGRAM "Diagram generation support" Off
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -114,4 +114,10 @@ post-patch:
|
||||
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DIAGRAM)
|
||||
BUILD_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
|
||||
p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
|
||||
p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SQL-Translator-0.11007.tar.gz) = e446348ef16d4ed5890681d9d2b934c2fbb26c9a23d7f3cdfc8123468d7360de
|
||||
SIZE (SQL-Translator-0.11007.tar.gz) = 411589
|
||||
SHA256 (SQL-Translator-0.11008.tar.gz) = 084440b3ad5156c95040cce3725e5d39461eb0b4d851ddeaa98860fefe0b6ec0
|
||||
SIZE (SQL-Translator-0.11008.tar.gz) = 413614
|
||||
|
@ -57,6 +57,7 @@ bin/sqlt-graph
|
||||
%%SITE_PERL%%/SQL/Translator/Producer/XML.pm
|
||||
%%SITE_PERL%%/SQL/Translator/Producer/XML/SQLFairy.pm
|
||||
%%SITE_PERL%%/SQL/Translator/Producer/YAML.pm
|
||||
%%SITE_PERL%%/SQL/Translator/ProducerUtils.pm
|
||||
%%SITE_PERL%%/SQL/Translator/Schema.pm
|
||||
%%SITE_PERL%%/SQL/Translator/Schema/Constants.pm
|
||||
%%SITE_PERL%%/SQL/Translator/Schema/Constraint.pm
|
||||
|
Loading…
Reference in New Issue
Block a user