2002-10-08 07:11:47 +00:00
|
|
|
# New ports collection makefile for: py-cddb
|
|
|
|
# Date created: 8 October 2002
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cddb
|
|
|
|
PORTVERSION= 1.3
|
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= cddb-py
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= CDDB-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 06:25:35 +00:00
|
|
|
COMMENT= Python module to fetch information on audio CDs from CDDB
|
2002-10-08 07:11:47 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|