1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/archivers/py-rarfile/Makefile
Danilo G. Baio f0827dced4 archivers/py-rarfile: Update to 3.1
PR:		245844
Submitted by:	 Kevin Golding <ports@caomhin.org> (maintainer)
2020-04-24 00:29:05 +00:00

23 lines
434 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= rarfile
PORTVERSION= 3.1
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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>