1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net-im/poezio/Makefile
2014-11-28 08:33:33 +00:00

27 lines
677 B
Makefile

# $FreeBSD$
PORTNAME= poezio
PORTVERSION= 0.8.1
CATEGORIES= net-im
MASTER_SITES= http://dev.louiz.org/attachments/download/52/
MAINTAINER= arved@FreeBSD.org
COMMENT= Console XMPP client
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \
${PYTHON_SITELIBDIR}/sleekxmpp/__init__.py:${PORTSDIR}/net-im/py-sleekxmpp
USES= tar:xz python:3.2+
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
.endif
.include <bsd.port.post.mk>