1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/py-cddb/Makefile
Baptiste Daroussin f1fec3868f Remove cruft
2014-04-28 17:04:08 +00:00

20 lines
439 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
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>