2002-10-08 09:11:47 +02:00
|
|
|
# New ports collection makefile for: py-cddb
|
|
|
|
# Date created: 8 October 2002
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cddb
|
2003-09-27 17:23:47 +02:00
|
|
|
PORTVERSION= 1.4
|
2002-10-08 09:11:47 +02:00
|
|
|
CATEGORIES= audio python
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
|
2002-10-08 09:11:47 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= CDDB-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Python module to fetch information on audio CDs from CDDB
|
2002-10-08 09:11:47 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
USE_PYTHON_PREFIX= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= CDDB
|
2002-10-08 09:11:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|