freebsd-ports/archivers/py-acefile/Makefile
Antoine Brodin 7f7c699b16 Update to 0.6.8
MFH:		2018Q1 (build fix for mips)
2018-01-02 19:16:38 +00:00

18 lines
375 B
Makefile

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