22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/08/28 10:24:23 wiz Exp $
|
|
|
|
DISTNAME= python-gammu-2.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
PKGREVISION= 1
|
|
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= 33 34
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../comms/gammu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|