mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
2a076903c1
Changelog: ff49ee3c51/doc/news.rst
PR: 273940
21 lines
408 B
Makefile
21 lines
408 B
Makefile
PORTNAME= rarfile
|
|
DISTVERSION= 4.1
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Python module for RAR archive reading
|
|
WWW= https://github.com/markokr/rarfile
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= unrar:archivers/unrar
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|