aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Translator
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-06 14:43:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-06 14:43:14 +0000
commitac34378754f1b06efce0ef8d0cc5995a62e9cbb6 (patch)
treea3e4a477a804f5c0a29b633e6f227bdd98cf5f00 /databases/p5-SQL-Translator
parent4a1b8dc7c13f484b2bf6e92998675c2a0d59fa27 (diff)
downloadports-ac34378754f1b06efce0ef8d0cc5995a62e9cbb6.tar.gz
ports-ac34378754f1b06efce0ef8d0cc5995a62e9cbb6.zip
Use real PORTVERSION of devel/p5-Parse-RecDescent
Notes
Notes: svn path=/head/; revision=498107
Diffstat (limited to 'databases/p5-SQL-Translator')
-rw-r--r--databases/p5-SQL-Translator/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile
index 1acf152b0382..72bf49628450 100644
--- a/databases/p5-SQL-Translator/Makefile
+++ b/databases/p5-SQL-Translator/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-JSON>=2:converters/p5-JSON \
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-Parse-RecDescent>=1.967009:devel/p5-Parse-RecDescent \
p5-Spreadsheet-ParseExcel>=0.41:textproc/p5-Spreadsheet-ParseExcel \
p5-Template-Toolkit>=2.20:www/p5-Template-Toolkit \
p5-Text-RecordParser>=0.02:textproc/p5-Text-RecordParser \
@@ -36,11 +36,12 @@ TEST_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
OPTIONS_DEFINE= DIAGRAM
DIAGRAM_DESC= Diagram generation support
-NO_ARCH= yes
-REINPLACE_ARGS= -i ''
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+REINPLACE_ARGS= -i ''
+
DIAGRAM_BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \
p5-Graph>=0:math/p5-Graph \
p5-GraphViz>=0:graphics/p5-GraphViz