# New ports collection makefile for:	py-lzma
# Date created:		28 May 2004
# Whom:			Hye-Shik Chang
#
# $FreeBSD: ports/archivers/py-lzma/Makefile,v 1.4 2007/01/06 09:48:23 erwin Exp $
#

PORTNAME=	lzma
PORTVERSION=	0.3.0
CATEGORIES=	archivers python
MASTER_SITES=	http://www.joachim-bauch.de/projects/python/pylzma/releases/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pylzma-${PORTVERSION}

MAINTAINER=	perky@FreeBSD.org
COMMENT=	Python binding for the LZMA compression library

USE_PYTHON=	yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>
