blob: 6169a10a450203b1e06029933c75cc347ecf1b1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= odfpy
PORTVERSION= 1.4.1
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI \
http://opendocumentfellowship.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python API and Tools to Manipulate OpenDocument Files
WWW= https://github.com/eea/odfpy
LICENSE= APACHE20 GPLv2
LICENSE_COMB= dual
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|