blob: 81d00c3b0e27979d3d0d14c12381db8c19d1b5a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= acefile
PORTVERSION= 0.6.12
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Read/test/extract ACE 1.0 and 2.0 archives in pure python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python:3.4+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|