git: 4eac4457e841 - main - science/openbabel: Add perl build dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 04 Nov 2023 16:57:04 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4eac4457e8411dca9fb7273a218e8ab9a41ad3bf

commit 4eac4457e8411dca9fb7273a218e8ab9a41ad3bf
Author:     Benjamin Takacs <nimaje+fbz@bureaucracy.de>
AuthorDate: 2023-11-04 16:55:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-04 16:57:02 +0000

    science/openbabel: Add perl build dependency
    
    PR:             272978
---
 science/openbabel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile
index 1cde3a122d32..1ae575230669 100644
--- a/science/openbabel/Makefile
+++ b/science/openbabel/Makefile
@@ -18,11 +18,12 @@ LIB_DEPENDS=	libmaeparser.so:science/maeparser	\
 
 CONFLICTS_INSTALL=	babel
 
-USES=		cmake:testing compiler:c++11-lang eigen:3 gnome pkgconfig tar:bz2
+USES=		cmake:testing compiler:c++11-lang eigen:3 gnome perl5 pkgconfig tar:bz2
 USE_CXXSTD=	c++11
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes # temporary
+USE_PERL5=	build
 
 CMAKE_ON=	WITH_COORDGEN WITH_JSON OPENBABEL_USE_SYSTEM_RAPIDJSON WITH_MAEPARSER
 CMAKE_OFF=	ENABLE_TESTS PYTHON_BINDINGS