1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/archivers/py-rarfile/Makefile
Martin Wilke 87e98d1e8c This is Python module for RAR archive reading. The interface is made
as zipfile like as possible.

WWW: https://github.com/markokr/rarfile

PR:		206306
Submitted by:	Kevin Golding <ports@caomhin.org>
2016-01-16 19:24:31 +00:00

22 lines
419 B
Makefile

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