freebsd-ports/devel/hachoir-parser/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

18 lines
460 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
USE_PYTHON= distutils
.include <bsd.port.mk>