2006-04-29 16:41:57 +00:00
|
|
|
# Ports collection makefile for: py-xmpppy
|
|
|
|
# Date created: 21 April 2006
|
2006-05-08 21:41:11 +00:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-04-29 16:41:57 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmpppy
|
2010-04-07 01:50:33 +00:00
|
|
|
PORTVERSION= 0.5.0
|
2010-05-07 07:35:39 +00:00
|
|
|
PORTREVISION= 1
|
2006-04-29 16:41:57 +00:00
|
|
|
CATEGORIES= net-im python
|
2010-04-07 01:50:33 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-rc1/
|
2006-04-29 16:41:57 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2010-04-07 01:50:33 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}rc1
|
2006-04-29 16:41:57 +00:00
|
|
|
|
2010-04-07 01:50:33 +00:00
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
2006-04-29 16:41:57 +00:00
|
|
|
COMMENT= A Python library that provides easy scripting with Jabber
|
|
|
|
|
2009-12-10 13:04:35 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:${PORTSDIR}/dns/py-dnspython
|
|
|
|
|
2010-04-07 01:50:33 +00:00
|
|
|
USE_PYTHON= 2.6+
|
2006-04-29 16:41:57 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
|
2007-03-18 13:24:02 +00:00
|
|
|
${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD},"
|
2006-04-29 16:41:57 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|