opnsense-ports/devel/py-subversion/Makefile
Franco Fichtner 24bba8f529 */*: sync with upstream
Taken from: HardenedBSD
2018-04-20 10:01:58 +02:00

29 lines
554 B
Makefile

# Created by: thinker@branda.to
# $FreeBSD$
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PORTREVISION= 0
MAINTAINER= lev@FreeBSD.org
COMMENT= Python bindings for version control system
USES+= python
USE_PYTHON= flavors py3kplist
PORTREVISION_110= 1
PORTREVISION_19= 0
SVN_BUILD_BINDINGS= yes
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
CATEGORIES+= python
CONFIGURE_ARGS+= --without-gnome-keyring \
--without-kwallet \
--with-apxs=no
ALL_TARGET= swig-py-lib swig-py
INSTALL_TARGET= install-swig-py
.include <bsd.port.post.mk>