2007-01-25 05:45:45 +01:00
|
|
|
# New ports collection makefile for: hachoir-metadata
|
|
|
|
# Date created: 25 January 2007
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hachoir-metadata
|
2007-07-13 20:04:23 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2007-01-25 05:45:45 +01:00
|
|
|
CATEGORIES= sysutils python
|
2007-04-15 02:50:59 +02:00
|
|
|
MASTER_SITES= CHEESESHOP CENKES
|
2007-01-25 05:45:45 +01:00
|
|
|
|
2007-07-13 20:04:23 +02:00
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
2007-01-25 05:45:45 +01:00
|
|
|
COMMENT= Extract metadata from files
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|