pkgsrc-wip/py-scrobbler/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

17 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/07 13:57:29 asau Exp $
#
DISTNAME= scrobbler-1.0.0a1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scrobbler/}
MAINTAINER= jfranz@bsdprojects.net
HOMEPAGE= http://exhuma.wicked.lu/projects/python/scrobbler/
COMMENT= Python implementation of the Audioscrobbler API
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"