1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/py-cddb/Makefile
Marcus von Appen 4bef5c9aab - Enable stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Limit to the supported python versions
- Change to new LIB_DEPENDS where necessary
2013-09-27 22:36:11 +00:00

21 lines
468 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= cddb
PORTVERSION= 1.4
CATEGORIES= audio python
MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= CDDB-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module to fetch information on audio CDs from CDDB
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= CDDB
.include <bsd.port.mk>