aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsnapshot
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-10-26 21:04:21 +0000
committerSteve Wills <swills@FreeBSD.org>2014-10-26 21:04:21 +0000
commitb4caa5c8cf3ad2eedc44a528a460df4e4a455f01 (patch)
tree43f8ad22dde713f3c4b00323750f35a4b326cce2 /sysutils/rsnapshot
parent63450a201500222632f7b074c132927c6efea8be (diff)
Notes
Diffstat (limited to 'sysutils/rsnapshot')
-rw-r--r--sysutils/rsnapshot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile
index 5c8c96b4c357..5e51813925b6 100644
--- a/sysutils/rsnapshot/Makefile
+++ b/sysutils/rsnapshot/Makefile
@@ -27,4 +27,10 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>