diff options
Diffstat (limited to 'www/p5-Apache-DB/Makefile')
-rw-r--r-- | www/p5-Apache-DB/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile index c90f3f7a8169..0e9ab6d34396 100644 --- a/www/p5-Apache-DB/Makefile +++ b/www/p5-Apache-DB/Makefile @@ -20,4 +20,10 @@ USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Apache/DB/DB.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 503700 +BROKEN= uses hidden Perl functions that are hidden after 5.37.0 +.endif + +.include <bsd.port.post.mk> |