summaryrefslogtreecommitdiff
path: root/audio/py-apetag/Makefile
blob: f29038c86bad3cac55ff078f06c7cf7ada43a5e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    py-apetag
# Date created:                 February 10, 2007
# Whom:                         Chao Shin <quakelee@cn.freebsd.org>
#
# $FreeBSD$

PORTNAME=	apetag
PORTVERSION=	1.2
CATEGORIES=	audio python
MASTER_SITES=	SF/pylibape/py-ApeTag/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py-ApeTag-${PORTVERSION}

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Library for APE Tag written in Python

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	py-ApeTag

.include <bsd.port.mk>