blob: b98d18f9eb44c5403671410f30ad409ef6884719 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= pysrt
PORTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= SubRip (.srt) subtitle parser and writer
WWW= https://github.com/byroot/pysrt/
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils nose
NO_ARCH= yes
.include <bsd.port.mk>
|