25a80fb4ab
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
19 lines
468 B
Makefile
19 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:26 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= CDDB-1.4
|
|
PKGNAME= ${PYPKGPREFIX}-cddb-1.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cddb-py/}
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://cddb-py.sourceforge.net/
|
|
COMMENT= Python module to access the CDDB online database
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|