diff options
Diffstat (limited to 'net/kea-devel/Makefile')
-rw-r--r-- | net/kea-devel/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/kea-devel/Makefile b/net/kea-devel/Makefile index 11a7e2022050..ac73c2eda7e9 100644 --- a/net/kea-devel/Makefile +++ b/net/kea-devel/Makefile @@ -1,8 +1,7 @@ PORTNAME= kea -DISTVERSION= 3.0.0 -PORTREVISION= 2 +DISTVERSION= 3.1.1 CATEGORIES= net -MASTER_SITES= ISC/kea/cur/3.0 +MASTER_SITES= ISC/kea/cur/3.1 PKGNAMESUFFIX= -devel MAINTAINER= cy@FreeBSD.org @@ -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 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 @@ -47,10 +48,10 @@ MYSQL_SUB_LIST= REQ_MYSQL=mysql MYSQL_SUB_LIST_OFF= REQ_MYSQL="" PGSQL_USES= pgsql -PGSQ_MESON_ENABLED= postgresql +PGSQL_MESON_ENABLED= postgresql PGSQL_SUB_LIST= REQ_PGSQL=postgresql PGSQL_SUB_LIST_OFF= REQ_PGSQL="" -PGSQL_VARS= WANT_PGSQL=client +PGSQL_VARS= WANT_PGSQL=lib post-build: cd ${WRKSRC}/doc/sphinx/man; \ |