PylibLZMA provides a python interface for the liblzma library to read and write data that has been compressed or can be decompressed by Lasse Collin's LZMA Utils. WWW: http://launchpad.net/pyliblzma PR: ports/129560 Submitted by: David Naylor <dragonsa at highveldmail.co.za>
25 lines
680 B
Makefile
25 lines
680 B
Makefile
# New ports collection makefile for: py-liblzma
|
|
# Date created: 09 Dec 2008
|
|
# Whom: David Naylor <dragonsa@highveldmail.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblzma
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}source/p/pyliblzma/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= dragonsa@highveldmail.co.za
|
|
COMMENT= Python binding for the LZMA compression library
|
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
|
LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/lzmautils-devel
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= py${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|