diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 14:58:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 14:58:23 +0000 |
commit | 024b82553025c7c0ec11a5b572cb56166d3caf3a (patch) | |
tree | 5c0d4f43391c9d3ab7fe378c158f125a2311beb0 /devel/p5-List-Rotation-Cycle | |
parent | 7364e197ac7170513b5f77ddfe1b8f57078b9faa (diff) |
Notes
Diffstat (limited to 'devel/p5-List-Rotation-Cycle')
-rw-r--r-- | devel/p5-List-Rotation-Cycle/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-List-Rotation-Cycle/Makefile b/devel/p5-List-Rotation-Cycle/Makefile index 1f9f15ccc5f2..942fa95073a2 100644 --- a/devel/p5-List-Rotation-Cycle/Makefile +++ b/devel/p5-List-Rotation-Cycle/Makefile @@ -20,11 +20,4 @@ MAN3= List::Rotation::Cycle.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -BUILD_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize -RUN_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |