freebsd-ports/sysutils/hachoir-urwid/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

18 lines
427 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= hachoir-urwid
PORTVERSION= 1.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Binary file explorer
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \
${PYTHON_SITELIBDIR}/urwid/__init__.py:devel/py-urwid
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>