Skip to content

Commit

Permalink
www/lightsquid: add p5-CGI runtime dependency for Perl > 5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 9, 2017
1 parent f791dcb commit 10c0ac7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion www/lightsquid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,10 @@ do-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}/${DOCSDIR}
.endfor

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} >= 502200
RUN_DEPENDS+= p5-CGI>0:www/p5-CGI
.endif

.include <bsd.port.post.mk>

0 comments on commit 10c0ac7

Please sign in to comment.