20 lines
599 B
Makefile
20 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:34 wiz Exp $
|
|
|
|
DISTNAME= python-gammu-2.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
MASTER_SITES= http://dl.cihar.com/python-gammu/
|
|
CATEGORIES= comms
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../comms/gammu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|