1PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 2 3MAINTAINER= ports@MidnightBSD.org 4COMMENT= Python bindings for version control system 5WWW= https://subversion.apache.org/ 6 7LICENSE= agg 8 9BUILD_DEPENDS= ${LOCALBASE}/include/py3c.h:devel/py3c 10 11USES= python 12USE_PYTHON= flavors py3kplist 13 14# There is bug in python bindings Makefile 15MAKE_JOBS_UNSAFE=yes 16 17PORTREVISION_LATEST= 0 18PORTREVISION_LTS= 0 19 20SVN_BUILD_BINDINGS= yes 21 22.include "${.CURDIR}/../../devel/subversion/Makefile.addons" 23 24CATEGORIES+= python 25 26CONFIGURE_ARGS+= --with-swig-python=${PYTHON_CMD} \ 27 --without-swig-perl \ 28 --without-swig-ruby \ 29 --without-gnome-keyring \ 30 --without-kwallet \ 31 --with-apxs=no 32 33ALL_TARGET= swig-py check-swig-py 34INSTALL_TARGET= install-swig-py 35 36.include <bsd.port.post.mk> 37