diff options
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 32 | ||||
-rw-r--r-- | textproc/py-libxml2/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/py-libxml2/pkg-plist | 7 |
3 files changed, 0 insertions, 40 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile deleted file mode 100644 index 84796bac21b3..000000000000 --- a/textproc/py-libxml2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTREVISION= 1 -CATEGORIES= textproc gnome python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -COMMENT= Python interface for XML parser library for GNOME - -USES+= gnome python shebangfix -USE_GNOME= libxml2 -USE_PYTHON= flavors -SHEBANG_FILES= *.py doc/*.py python/*.py python/tests/*.py - -# Help CMake determine the correct version of Python if -# multiple versions are installed -CMAKE_ARGS= -DPython_EXECUTABLE=${PYTHON_CMD} - -MASTERDIR= ${.CURDIR}/../libxml2 - -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -OPTIONS_EXCLUDE= ${OPTIONS_DEFINE} - -# Tell master port we're a slave port -LIBXML2_SLAVE= python - -do-install: - ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/python/drv_libxml2.py ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_SCRIPT} ${BUILD_WRKSRC}/libxml2.py ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/libxml2mod.so ${STAGEDIR}${PYTHON_SITELIBDIR} - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/py-libxml2/pkg-descr b/textproc/py-libxml2/pkg-descr deleted file mode 100644 index fabac31c6803..000000000000 --- a/textproc/py-libxml2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Python interface for XML parser library for GNOME diff --git a/textproc/py-libxml2/pkg-plist b/textproc/py-libxml2/pkg-plist deleted file mode 100644 index 9cd0595dabe2..000000000000 --- a/textproc/py-libxml2/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%PYTHON_SITELIBDIR%%/__pycache__/drv_libxml2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/__pycache__/drv_libxml2%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/__pycache__/libxml2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/__pycache__/libxml2%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/drv_libxml2.py -%%PYTHON_SITELIBDIR%%/libxml2.py -%%PYTHON_SITELIBDIR%%/libxml2mod.so |