diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-29 21:20:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-29 21:20:26 +0000 |
commit | eb84baaa59da58b4cea5cbf0f009d2fac4bdfdc5 (patch) | |
tree | a8838ed6b8dd4a005db283f6c2429a08cf25cbf6 /databases/p5-SQL-Translator | |
parent | e52dc437980064acd721a417b716c482427e461a (diff) | |
download | ports-eb84baaa59da58b4cea5cbf0f009d2fac4bdfdc5.tar.gz ports-eb84baaa59da58b4cea5cbf0f009d2fac4bdfdc5.zip |
Notes
Diffstat (limited to 'databases/p5-SQL-Translator')
-rw-r--r-- | databases/p5-SQL-Translator/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile index 30bbcc347fe4..81091d086abc 100644 --- a/databases/p5-SQL-Translator/Makefile +++ b/databases/p5-SQL-Translator/Makefile @@ -7,6 +7,7 @@ PORTNAME= SQL-Translator PORTVERSION= 0.11010 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,8 +30,12 @@ BUILD_DEPENDS= p5-Class-Base>=0:${PORTSDIR}/devel/p5-Class-Base \ 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-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML + p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-XML-Writer>=0.5:${PORTSDIR}/textproc/p5-XML-Writer \ + p5-YAML>0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception OPTIONS= DIAGRAM "Diagram generation support" Off PERL_CONFIGURE= yes |