freebsd-ports/archivers/py-rarfile/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

21 lines
407 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:archivers/unrar
NO_ARCH= yes
USES= python:2.7+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>