aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/py-jabber/Makefile
blob: b80a11a1c797f387f12077f5d05625a07fff588c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# Ports collection makefile for:    py-jabber
# Date created:             Jan 13, 2002
# Whom:                     ijliao
#
# $FreeBSD$
#

PORTNAME=   jabber
PORTVERSION=    0.2
CATEGORIES= net python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jabberpy
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   jabber.py-${PORTVERSION}-1

MAINTAINER= ports@FreeBSD.org

PORTCOMMENT=    A Python Jabber library

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>