Index: head/net-im/py-xmpppy/Makefile =================================================================== --- head/net-im/py-xmpppy/Makefile (revision 464104) +++ head/net-im/py-xmpppy/Makefile (revision 464105) @@ -1,23 +1,25 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= xmpppy PORTVERSION= 0.5.0 PORTREVISION= 2 CATEGORIES= net-im python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-rc1/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}rc1 MAINTAINER= python@FreeBSD.org COMMENT= Python library that provides easy scripting with Jabber RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:dns/py-dnspython@${FLAVOR} USES= python:2.7 shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes +PORTSCOUT= ignore:1 + SHEBANG_FILES= doc/examples/*.py .include