summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Translator
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-21 14:04:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-21 14:04:34 +0000
commit5e34a0ca44ed713d686a3939f0784cd229be6e95 (patch)
tree7fa376aa756a59160dcb4fae854c4c0aa9c8242f /databases/p5-SQL-Translator
parentb0ef1bafa49cb876e9fc4e760197cb77100486d6 (diff)
Notes
Diffstat (limited to 'databases/p5-SQL-Translator')
-rw-r--r--databases/p5-SQL-Translator/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile
index daa3e7299d6a..7299bf8bc7ca 100644
--- a/databases/p5-SQL-Translator/Makefile
+++ b/databases/p5-SQL-Translator/Makefile
@@ -3,6 +3,7 @@
PORTNAME= SQL-Translator
PORTVERSION= 0.11021
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -28,6 +29,7 @@ BUILD_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \
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
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
@@ -44,6 +46,7 @@ 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_RUN_DEPENDS= ${DIAGRAM_BUILD_DEPENDS}
post-patch:
@${REINPLACE_CMD} -e 's|@EXPORT|&_OK|' ${WRKSRC}/lib/SQL/Translator/Parser/xSV.pm