f850cf2ff0
Approved by: portmgr (implicit)
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jabber
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= net-im python
|
|
MASTER_SITES= SF/${PORTNAME}py/${PORTNAME}py%20libs/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= jabberpy-${PORTVERSION}-0
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
COMMENT= Python Jabber library
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/jabber.pth
|
|
|
|
post-install:
|
|
@${ECHO} "jabber" > ${STAGEDIR}${PYTHON_SITELIBDIR}/jabber.pth
|
|
|
|
.include <bsd.port.mk>
|