diff options
author | swills <swills@FreeBSD.org> | 2011-10-01 09:26:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-01 09:26:36 +0800 |
commit | 4e10e3262a1e9b681a5b97fd931037fc57580126 (patch) | |
tree | 7144602d9dd881dadac95507f16f65e20a6b661d | |
parent | ec01813c43b49926479c1d9211eda9b3fc3b0060 (diff) | |
download | freebsd-ports-gnome-4e10e3262a1e9b681a5b97fd931037fc57580126.tar.gz freebsd-ports-gnome-4e10e3262a1e9b681a5b97fd931037fc57580126.tar.zst freebsd-ports-gnome-4e10e3262a1e9b681a5b97fd931037fc57580126.zip |
- Add missing build_depends to quiet build warning
- Add test depends to enable testing
-rw-r--r-- | devel/p5-B-Hooks-Parser/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-B-Hooks-Parser/Makefile b/devel/p5-B-Hooks-Parser/Makefile index 5350f4b25ac1..ebc936394942 100644 --- a/devel/p5-B-Hooks-Parser/Makefile +++ b/devel/p5-B-Hooks-Parser/Makefile @@ -16,9 +16,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Interface to perls parser variables BUILD_DEPENDS= p5-B-Hooks-OP-Check>0:${PORTSDIR}/devel/p5-B-Hooks-OP-Check:patch \ + p5-B-Hooks-EndOfScope>=0.05:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends RUN_DEPENDS= p5-B-Hooks-OP-Check>0:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \ p5-parent>:${PORTSDIR}/devel/p5-parent +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |