opnsense-ports/math/clingcon/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02:00

24 lines
487 B
Makefile

PORTNAME= clingcon
DISTVERSIONPREFIX= v
DISTVERSION= 5.2.0
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>