1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/audio/py-cddb/Makefile
Marcus von Appen 715852b561 - Convert ports from audio/ to new USES=python
Reviewed by:	portmgr (implicit)
2014-10-19 07:33:09 +00:00

18 lines
414 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
USES= python:2
USE_PYTHON= distutils autoplist pythonprefix
.include <bsd.port.mk>