aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-cddb/Makefile
blob: b3d500544c7c4051e76f5dce20105c73b28281e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    py-cddb
# Date created:     8 October 2002
# Whom:         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= yes
USE_PYDISTUTILS=    yes
USE_PYTHON_PREFIX=  yes
PYDISTUTILS_PKGNAME=    CDDB

.include <bsd.port.mk>