17 lines
507 B
Makefile
17 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/01/20 15:47:56 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
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7
|
|
CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]*
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|