aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hachoir-parser/Makefile
blob: 2bc28d994404eb5fc52d102586a6da596da75ed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    hachoir-parser
# Date created:     25 January 2007
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   hachoir-parser
PORTVERSION=    0.10.0
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP CENKES

MAINTAINER= infofarmer@FreeBSD.org
COMMENT=    Parsers of most common file formats

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hachoir-core

USE_PYTHON= yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>