aboutsummaryrefslogtreecommitdiff
path: root/audio/py-hsaudiotag3k/Makefile
blob: 6cf3b9b7bead7e92aea4549a53e7459495a1deb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	hsaudiotag3k
DISTVERSION=	1.1.3.post1
PORTREVISION=	1
CATEGORIES=	audio python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Read metdata (tags) of mp3, mp4, wma, ogg, flac and aiff files
WWW=		http://hg.hardcoded.net/hsaudiotag

LICENSE=	BSD3CLAUSE

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>