freebsd-ports/sysutils/hachoir-metadata/Makefile

22 lines
487 B
Makefile
Raw Normal View History

# New ports collection makefile for: hachoir-metadata
# Date created: 25 January 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hachoir-metadata
PORTVERSION= 1.0.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP CENKES
MAINTAINER= lwhsu@FreeBSD.org
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>