diff options
Diffstat (limited to 'net/kea-devel/Makefile')
-rw-r--r-- | net/kea-devel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/kea-devel/Makefile b/net/kea-devel/Makefile index 65bb8d3246e1..ac73c2eda7e9 100644 --- a/net/kea-devel/Makefile +++ b/net/kea-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= kea -DISTVERSION= 3.1.0 -PORTREVISION= 1 +DISTVERSION= 3.1.1 CATEGORIES= net MASTER_SITES= ISC/kea/cur/3.1 PKGNAMESUFFIX= -devel @@ -12,14 +11,13 @@ WWW= https://kea.isc.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rst2man:textproc/py-docutils \ - python3:lang/python3 +BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libboost_system.so:devel/boost-libs \ liblog4cplus.so:devel/log4cplus USES= compiler:c++11-lang cmake:indirect cpe iconv libtool meson \ - pathfix pkgconfig python tar:xz ssl + pathfix pkgconfig python tar:xz shebangfix ssl CPE_VENDOR= isc CPE_VERSION= ${DISTVERSION:C/-.*//} @@ -40,6 +38,9 @@ OPTIONS_SUB= yes MESON_ARGS= --auto-features=disabled \ -Dnetconf=disabled \ -Drunstatedir=/var/run + +SHEBANG_GLOB= *.py *.in +python_OLD_CMD+=@PYTHON@ MYSQL_USES= mysql MYSQL_MESON_ENABLED= mysql |