freebsd-ports/net-im/py-xmpppy/Makefile
Andrew Pantyukhin 5ea57a0fd3 Update my e-mail address
Approved by:	krion (mentor, implicit)
2006-05-08 21:41:11 +00:00

25 lines
618 B
Makefile

# Ports collection makefile for: py-xmpppy
# Date created: 21 April 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmpppy
PORTVERSION= 0.3.1
CATEGORIES= net-im python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Python library that provides easy scripting with Jabber
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
post-patch:
@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
${XARGS} ${REINPLACE_CMD} -e "s.^#!/usr/bin/python.#!${PYTHON_CMD}."
.include <bsd.port.mk>