diff options
author | swills <swills@FreeBSD.org> | 2012-04-10 09:39:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-10 09:39:50 +0800 |
commit | b7ee4e21f069666a4c221d9231e51667467ae71b (patch) | |
tree | 2a1a867327a97adf47833bfef85dc1e14df10d49 /textproc | |
parent | fa60506d823e20b027e6b7b4756eb87fcd7e62ae (diff) | |
download | freebsd-ports-gnome-b7ee4e21f069666a4c221d9231e51667467ae71b.tar.gz freebsd-ports-gnome-b7ee4e21f069666a4c221d9231e51667467ae71b.tar.zst freebsd-ports-gnome-b7ee4e21f069666a4c221d9231e51667467ae71b.zip |
- Add missing DEPENDS on p5-Data-Dump-Streamer
- Sort DEPENDS
- Bump PORTREVISION
PR: ports/166150
Approved by: maintainer timeout (papowell@astart.com, >2 weeks)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile-Dumper/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-XML-Compile-Dumper/Makefile b/textproc/p5-XML-Compile-Dumper/Makefile index 34968092bae8..375f2de6d951 100644 --- a/textproc/p5-XML-Compile-Dumper/Makefile +++ b/textproc/p5-XML-Compile-Dumper/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Compile-Dumper PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= papowell@astart.com COMMENT= Dump Compiled XML Translators -RUN_DEPENDS= p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \ +BUILD_DEPENDS= p5-Data-Dump-Streamer>=2.08:${PORTSDIR}/devel/p5-Data-Dump-Streamer \ + p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \ p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ - p5-XML-Compile>=1.1:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester \ + p5-XML-Compile>=1.1:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |