freebsd-ports/devel/hachoir-parser/Makefile

23 lines
569 B
Makefile
Raw Normal View History

# New ports collection makefile for: hachoir-parser
# Date created: 25 January 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hachoir-parser
2010-04-17 17:42:09 +02:00
PORTVERSION= 1.3.3
CATEGORIES= devel python
2008-04-04 06:34:22 +02:00
MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Parsers of most common file formats
2010-01-30 08:35:59 +01:00
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hachoir-core
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hachoir-core
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>