diff options
Diffstat (limited to 'net/libproxy-python')
-rw-r--r-- | net/libproxy-python/Makefile | 22 | ||||
-rw-r--r-- | net/libproxy-python/pkg-descr | 5 | ||||
-rw-r--r-- | net/libproxy-python/pkg-plist | 3 |
3 files changed, 0 insertions, 30 deletions
diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile deleted file mode 100644 index 039869cb0f10..000000000000 --- a/net/libproxy-python/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTREVISION= 0 -CATEGORIES= net lang -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -${LIBPROXY_SLAVE} - -COMMENT= Python binding for libproxy - -USES= python -USE_PYTHON= flavors py3kplist - -LIBPROXY_SLAVE= python -MASTERDIR= ${.CURDIR}/../libproxy - -post-install: - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-python/pkg-descr b/net/libproxy-python/pkg-descr deleted file mode 100644 index eb6d7ff21937..000000000000 --- a/net/libproxy-python/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows python applications to make use of libproxy. diff --git a/net/libproxy-python/pkg-plist b/net/libproxy-python/pkg-plist deleted file mode 100644 index 3c6098ab109f..000000000000 --- a/net/libproxy-python/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/libproxy.py -%%PYTHON_SITELIBDIR%%/libproxy.pyc -%%PYTHON_SITELIBDIR%%/libproxy.pyo |