danj b48f35995e update the name of the depends after the renaming and add back some
annotation in the PLIST that were zapped in the import

ok sthen@ ajacoutot@ (previous diff ok shadchin@)
2016-06-05 17:17:19 +00:00

41 lines
835 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/06/05 17:17:19 danj Exp $
COMMENT = console XMPP client
MODPY_EGG_VERSION = 0.9
DISTNAME = poezio-${MODPY_EGG_VERSION}
CATEGORIES = net
REVISION = 0
HOMEPAGE = https://poez.io/
MAINTAINER = Daniel Jakots <obsd@chown.me>
# zlib
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += pthread ${MODPY_WANTLIB}
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODPY_DISTUTILS_BUILD = build_ext --inplace
BUILD_DEPENDS = lang/cython
# py-slixmpp is python3 only
RUN_DEPENDS = net/py-aiodns${MODPY_FLAVOR} \
security/py-potr${MODPY_FLAVOR} \
net/py-slixmpp
TEST_DEPENDS = ${RUN_DEPENDS} \
${FULLPKGNAME}:${BUILD_PKGPATH} \
devel/py-test${MODPY_FLAVOR}
do-test:
@cd ${WRKSRC} && ${MODPY_BIN} -m py.test -v test/
.include <bsd.port.mk>