Files
ports/math/clingcon/Makefile
Yuri Victorovich 6f7967f495 math/{,py-}clingcon: update 5.2.0 → 5.2.1
Reported by:	portscout
2024-04-20 21:03:39 -07:00

25 lines
487 B
Makefile

PORTNAME= clingcon
DISTVERSIONPREFIX= v
DISTVERSION= 5.2.1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Extension of clingo to handle constraints over integers
WWW= https://potassco.org/clingcon/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libclingo.so:math/clingo
USES= cmake:testing compiler:c++17-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= potassco
CMAKE_OFF= PYCLINGCON_ENABLE
CMAKE_TESTING_ON= CLINGCON_BUILD_TESTS
.include <bsd.port.mk>