mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ea6e40ebcf
- Pass maintainership on submitter PR: ports/65958 Submitted by: Florent Thoumie <flz@xbsd.org>
29 lines
543 B
Makefile
29 lines
543 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-jabber
|
|
# Date created: Jan 13, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jabber
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= jabberpy
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= jabberpy-${PORTVERSION}-0
|
|
|
|
MAINTAINER= flz@xbsd.org
|
|
COMMENT= A Python Jabber library
|
|
|
|
RUN_DEPENDS= ${PYEXPAT}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-install:
|
|
@${ECHO} "jabber" > ${PYTHON_SITELIBDIR}/jabber.pth
|
|
|
|
.include <bsd.port.mk>
|