diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-22 19:59:41 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-22 19:59:41 +0000 |
commit | ca21823b65ea22aea7534e28a607f7b7d2fdcff6 (patch) | |
tree | 17c54ee81284568526278b3357e355cf65710ca2 /net/libproxy-python | |
parent | x11/qterminal: Update to 0.9.0 (diff) |
Update net/libproxy to 0.4.15
* this release switched the build system to cmake
* move libproxy-gnome to libproxy-gnome2 for consistency
* add new slave libproxy-webkit3
* try to simplify the whole thing
* bump revisions in the dependencies
Reviewed by: gnome (kwm), mat
Differential Revision: https://reviews.freebsd.org/D15655
Diffstat (limited to 'net/libproxy-python')
-rw-r--r-- | net/libproxy-python/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile index 4e04222ac4bc..13463a49c7f1 100644 --- a/net/libproxy-python/Makefile +++ b/net/libproxy-python/Makefile @@ -1,26 +1,18 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/net/libproxy-python/Makefile,v 1.1 2011/01/12 13:10:54 kwm Exp $ PORTREVISION= 0 CATEGORIES= net lang -PKGNAMESUFFIX= -python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -${LIBPROXY_SLAVE} -MAINTAINER= gnome@FreeBSD.org -COMMENT= python binding for libproxy +COMMENT= Python binding for libproxy -RUN_DEPENDS= libproxy>=${PORTVERSION}:net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/python -NO_ARCH= yes -NO_BUILD= yes -USES= python:2.7 +USES= python +USE_PYTHON= flavors py3kplist LIBPROXY_SLAVE= python +MASTERDIR= ${.CURDIR}/../libproxy post-install: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ |