ports/comms/py-gammu/Makefile

32 lines
603 B
Makefile

COMMENT = python bindings for Gammu
MODPY_EGG_VERSION = 2.12
DISTNAME = python-gammu-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/python/py/}
REVISION = 0
CATEGORIES = comms
HOMEPAGE = https://wammu.eu/
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += Gammu gsmsd m pthread ${MODPY_WANTLIB}
SITES = https://dl.cihar.com/python-gammu/
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
LIB_DEPENDS = comms/gammu
SEPARATE_BUILD = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
TEST_IS_INTERACTIVE = Yes
.include <bsd.port.mk>