mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Approved by: jrm (mentor) MFH: 2024Q4 Differential Revision: https://reviews.freebsd.org/D47022 Release Notes: https://svn.apache.org/repos/asf/subversion/tags/1.14.4/CHANGES
34 lines
748 B
Makefile
34 lines
748 B
Makefile
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= michaelo@apache.org
|
|
COMMENT= Python bindings for version control system
|
|
WWW= https://subversion.apache.org/
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/py3c.h:devel/py3c
|
|
|
|
USES= python
|
|
USE_PYTHON= flavors py3kplist
|
|
|
|
# There is bug in python bindings Makefile
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
PORTREVISION_LATEST= 0
|
|
PORTREVISION_LTS= 0
|
|
|
|
SVN_BUILD_BINDINGS= yes
|
|
|
|
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
|
|
|
|
CATEGORIES+= python
|
|
|
|
CONFIGURE_ARGS+= --with-swig-python=${PYTHON_CMD} \
|
|
--without-swig-perl \
|
|
--without-swig-ruby \
|
|
--without-gnome-keyring \
|
|
--without-kwallet \
|
|
--with-apxs=no
|
|
|
|
ALL_TARGET= swig-py check-swig-py
|
|
INSTALL_TARGET= install-swig-py
|
|
|
|
.include <bsd.port.post.mk>
|