freebsd-ports/devel/hachoir-parser/Makefile
Antoine Brodin 3377503498 hachoir-* is not compatible with python3
With hat:	portmgr
2017-10-07 06:11:17 +00:00

18 lines
464 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= hachoir-parser
PORTVERSION= 1.3.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Parsers of most common file formats
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>