diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/p5-SQL-Translator/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'databases/p5-SQL-Translator/Makefile')
-rw-r--r-- | databases/p5-SQL-Translator/Makefile | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile index 7299bf8bc7ca..84aacc7bf8d5 100644 --- a/databases/p5-SQL-Translator/Makefile +++ b/databases/p5-SQL-Translator/Makefile @@ -14,27 +14,27 @@ COMMENT= Manipulate structured data definitions (SQL and more) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ - p5-DBI>=1.54:${PORTSDIR}/databases/p5-DBI \ - p5-File-ShareDir>=1:${PORTSDIR}/devel/p5-File-ShareDir \ - p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ - p5-List-MoreUtils>=0.09:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Moo>=1.000003:${PORTSDIR}/devel/p5-Moo \ - p5-Package-Variant>=1.001001:${PORTSDIR}/devel/p5-Package-Variant \ - p5-Parse-RecDescent>=1.967.009:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ - p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Text-ParseWords>=0:${PORTSDIR}/textproc/p5-Text-ParseWords \ - p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \ - p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-XML-Writer>=0.5:${PORTSDIR}/textproc/p5-XML-Writer \ - p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-strictures>=0:${PORTSDIR}/devel/p5-strictures \ - p5-YAML>=0.66:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ + p5-DBI>=1.54:databases/p5-DBI \ + p5-File-ShareDir>=1:devel/p5-File-ShareDir \ + p5-JSON>=2:converters/p5-JSON \ + p5-List-MoreUtils>=0.09:lang/p5-List-MoreUtils \ + p5-Moo>=1.000003:devel/p5-Moo \ + p5-Package-Variant>=1.001001:devel/p5-Package-Variant \ + p5-Parse-RecDescent>=1.967.009:devel/p5-Parse-RecDescent \ + p5-Spreadsheet-ParseExcel>=0.41:textproc/p5-Spreadsheet-ParseExcel \ + p5-Template-Toolkit>=2.20:www/p5-Template-Toolkit \ + p5-Text-ParseWords>=0:textproc/p5-Text-ParseWords \ + p5-Text-RecordParser>=0.02:textproc/p5-Text-RecordParser \ + p5-Try-Tiny>=0.04:lang/p5-Try-Tiny \ + p5-XML-Writer>=0.5:textproc/p5-XML-Writer \ + p5-XML-LibXML>=1.69:textproc/p5-XML-LibXML \ + p5-strictures>=0:devel/p5-strictures \ + p5-YAML>=0.66:textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Test-Differences>=0.61:devel/p5-Test-Differences \ + p5-Test-Exception>=0:devel/p5-Test-Exception OPTIONS_DEFINE= DIAGRAM DIAGRAM_DESC= Diagram generation support @@ -43,9 +43,9 @@ REINPLACE_ARGS= -i '' USES= perl5 USE_PERL5= configure -DIAGRAM_BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ - p5-Graph>=0:${PORTSDIR}/math/p5-Graph \ - p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz +DIAGRAM_BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ + p5-Graph>=0:math/p5-Graph \ + p5-GraphViz>=0:graphics/p5-GraphViz DIAGRAM_RUN_DEPENDS= ${DIAGRAM_BUILD_DEPENDS} post-patch: |