diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 22:52:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 22:52:14 +0000 |
commit | 96ae3a6609c06c520d2aad7f2f89fb23d7b54e8e (patch) | |
tree | 5d3c830dd6a0385ba36728b41086bbb927c38e30 /net-im/py-pyxmpp/Makefile | |
parent | 72a1749c6931ee884876a661a95c88a4455477cd (diff) | |
download | ports-96ae3a6609c06c520d2aad7f2f89fb23d7b54e8e.tar.gz ports-96ae3a6609c06c520d2aad7f2f89fb23d7b54e8e.zip |
Notes
Diffstat (limited to 'net-im/py-pyxmpp/Makefile')
-rw-r--r-- | net-im/py-pyxmpp/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index d50199e8d621..8447b7721c6c 100644 --- a/net-im/py-pyxmpp/Makefile +++ b/net-im/py-pyxmpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyxmpp -PORTVERSION= 0.5 +PORTVERSION= 1.0.0 CATEGORIES= net-im python MASTER_SITES= http://jabberstudio.2nw.net/pyxmpp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= A Python XMPP library -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2:install -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ + ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ + ${PYTHON_SITELIBDIR}/M2Crypto/__init__.py:${PORTSDIR}/security/py-m2crypto USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes +post-patch: + @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ + ${XARGS} ${REINPLACE_CMD} -e "s!/usr/bin/python!${PYTHON_CMD}!" + post-install: @${ECHO} "pyxmpp" > ${PYTHON_SITELIBDIR}/pyxmpp.pth |