1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net-im/poezio/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

22 lines
505 B
Makefile

# $FreeBSD$
PORTNAME= poezio
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://dev.louiz.org/attachments/download/52/
MAINTAINER= ports@FreeBSD.org
COMMENT= Console XMPP client
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/sleekxmpp/__init__.py:net-im/py-sleekxmpp@${PY_FLAVOR}
USES= tar:xz python:3.3+
USE_PYTHON= distutils autoplist optsuffix
.include <bsd.port.mk>