freebsd-ports/archivers/py-rarfile/Makefile
Li-Wen Hsu b271041040 Update to 4.0
PR:		248457
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2020-08-04 03:27:18 +00:00

23 lines
439 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= rarfile
PORTVERSION= 4.0
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Python module for RAR archive reading
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= unrar:archivers/unrar
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>