aboutsummaryrefslogblamecommitdiff
path: root/devel/hachoir-parser/Makefile
blob: 36c584c0cf8272a1692ffb326c4aa9418cc90d10 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                        
           

                              
                     
                            
                          
 
                                 

                                                   
                                                                                            





                                                                                            
# 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:${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>