mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
22 lines
505 B
Makefile
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>
|