1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/archivers/py-acefile/Makefile
2018-07-28 06:11:27 +00:00

19 lines
376 B
Makefile

# $FreeBSD$
PORTNAME= acefile
PORTVERSION= 0.6.10
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>