diff options
Diffstat (limited to 'graphics/p5-Graph-ReadWrite/Makefile')
-rw-r--r-- | graphics/p5-Graph-ReadWrite/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index 163055a57c95..a93b23d5ca49 100644 --- a/graphics/p5-Graph-ReadWrite/Makefile +++ b/graphics/p5-Graph-ReadWrite/Makefile @@ -36,11 +36,4 @@ MAN3= Graph::Reader.3 \ post-patch: @${REINPLACE_CMD} -e 's|Graph-ReadWrite|Graph::ReadWrite|' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |