19 lines
534 B
Makefile
19 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:31 wiz Exp $
|
|
|
|
DISTNAME= PythonDaap-0.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://jerakeen.org/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://movieos.org/code/pythondaap/
|
|
COMMENT= Python binding for DAAP
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.7
|
|
CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]*
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|