1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/hachoir-wx/Makefile
Antoine Brodin 3377503498 hachoir-* is not compatible with python3
With hat:	portmgr
2017-10-07 06:11:17 +00:00

21 lines
408 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= hachoir-wx
PORTVERSION= 0.3
PORTREVISION= 7
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Hachoir GUI
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser
USES= python:2.7
USE_PYTHON= distutils
USE_WX= 3.0+
WX_COMPS= python
.include <bsd.port.mk>