freebsd-ports/archivers/py-lzma/Makefile
Erwin Lansing 2549400723 Update to 0.3.0
PR:		107266
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer timeout
2007-01-06 09:48:24 +00:00

21 lines
474 B
Makefile

# New ports collection makefile for: py-lzma
# Date created: 28 May 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
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>