diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:08:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:08:29 +0800 |
commit | dab8675f334723d7e4137e69d2323e79a074fb22 (patch) | |
tree | 8b279f1cbb16fac46436ef9fc6938b5405b85d8c | |
parent | 8d2d62c87cf14d16284b220fccb7bc53ae205f70 (diff) | |
download | freebsd-ports-gnome-dab8675f334723d7e4137e69d2323e79a074fb22.tar.gz freebsd-ports-gnome-dab8675f334723d7e4137e69d2323e79a074fb22.tar.zst freebsd-ports-gnome-dab8675f334723d7e4137e69d2323e79a074fb22.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Strip library
-rw-r--r-- | net-im/py-pyxmpp/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index bb70c4d9fae9..d853fd10e1cb 100644 --- a/net-im/py-pyxmpp/Makefile +++ b/net-im/py-pyxmpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyxmpp PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im python MASTER_SITES= GHC PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python XMPP library -LICENSE= LGPL21 +LICENSE= LGPL21 # only +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:${PORTSDIR}/security/py-m2crypto \ @@ -32,4 +33,7 @@ post-patch: "/include_dirs =/s|\[.*|['${LOCALBASE}/include/libxml2','${LOCALBASE}/include']| ; \ /library_dirs =/s|\[.*|['${LOCALBASE}/lib']|" ${WRKSRC}/setup.py +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyxmpp/_xmlextra.so + .include <bsd.port.mk> |