blob: 086e81e6c87d383e483d4cf147d1a0cfa00f30f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Chao Shin <quakelee@cn.freebsd.org>
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
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|