blob: aa12d47aa01e243b0581d19274056456039e05cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= acefile
PORTVERSION= 0.6.13
PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Read/test/extract ACE 1.0 and 2.0 archives in pure python
WWW= https://www.roe.ch/acefile
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python
USE_PYTHON= distutils autoplist concurrent
.include <bsd.port.mk>
|