blob: c629bcde92a232bcce6737cafdbdb0a160cbea3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= apetag
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= SF/pylibape/py-ApeTag/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-ApeTag-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for APE Tag written in Python
WWW= https://sourceforge.net/projects/pylibape/
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|