pkgsrc/comms/py-gammu/Makefile

21 lines
605 B
Makefile
Raw Normal View History

# $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
2017-08-01 16:58:51 +02:00
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
2015-08-23 22:20:03 +02:00
.include "../../lang/python/egg.mk"
.include "../../comms/gammu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"