aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/py-jabber/Makefile
blob: 0f7a982face33f3f367abc05cbb05b0a4cd85d90 (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
# ex:ts=8
# Ports collection makefile for:    py-jabber
# Date created:             Jan 13, 2002
# Whom:                     ijliao
#
# $FreeBSD$
#

PORTNAME=   jabber
PORTVERSION=    0.4
CATEGORIES= net python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jabberpy
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   jabberpy${PORTVERSION}-0

MAINTAINER= ports@FreeBSD.org
COMMENT=    A Python Jabber library

RUN_DEPENDS=    ${PYEXPAT}

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>