summaryrefslogtreecommitdiffstats
path: root/net/libproxy-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libproxy-python/Makefile')
-rw-r--r--net/libproxy-python/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile
deleted file mode 100644
index b79cb59f2..000000000
--- a/net/libproxy-python/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: libproxy-python
-# Date created: 11 Januari 2011
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTREVISION= 0
-CATEGORIES= net lang
-PKGNAMESUFFIX= -python
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= python binding for libproxy
-
-LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy
-
-MASTERDIR= ${.CURDIR}/../libproxy
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-USE_PYTHON= 2.5+
-
-LIBPROXY_SLAVE= python
-
-do-build:
-# empty
-
-post-build:
- ${PYTHON_CMD} -Qold ${PYTHON_LIBDIR}/compileall.py \
- ${WRKSRC}/bindings/python
- ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
- ${WRKSRC}/bindings/python
-
-do-install:
-.for file in libproxy.py libproxy.pyc libproxy.pyo
- ${INSTALL_DATA} ${WRKSRC}/bindings/python/${file} \
- ${PYTHON_SITELIBDIR}
-.endfor
-
-.include "${MASTERDIR}/Makefile"