5568110b6d
Changes: 2.10 ==== * Testsuite compatibility with Gammu 1.38.5.
20 lines
605 B
Makefile
20 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/11/08 09:47:51 leot Exp $
|
|
|
|
DISTNAME= python-gammu-2.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
MASTER_SITES= http://dl.cihar.com/python-gammu/
|
|
CATEGORIES= comms
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wammu.eu/gammu/
|
|
COMMENT= Python bindings for gammu
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 1648: ordinal not in range(128)
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../comms/gammu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|