freebsd-ports/net-im/poezio/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

27 lines
669 B
Makefile

# $FreeBSD$
PORTNAME= poezio
PORTVERSION= 0.8.1
PORTREVISION= 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:dns/py-dnspython \
${PYTHON_SITELIBDIR}/sleekxmpp/__init__.py:net-im/py-sleekxmpp
USES= tar:xz python:3.3+
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>