1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/archivers/py-rarfile/Makefile
Tilman Keskinoz a36f9a701f Update to 2.8
PR:		210092
Submitted by:	maintainer
2016-06-09 14:49:44 +00:00

22 lines
407 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= rarfile
PORTVERSION= 2.8
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:archivers/unrar
NO_ARCH= yes
USES= python:2.7+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>