1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net-im/py-jabber/Makefile

29 lines
546 B
Makefile
Raw Normal View History

# 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@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= A Python Jabber library
RUN_DEPENDS= ${PYEXPAT}
USE_PYTHON= yes
2002-04-29 18:37:38 +00:00
USE_PYDISTUTILS= yes
post-install:
@${ECHO} "jabber" > ${PYTHON_SITELIBDIR}/jabber.pth
.include <bsd.port.mk>