6f4e19674e
PR: ports/139655 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Approved by: miwi(mentor)
26 lines
678 B
Makefile
26 lines
678 B
Makefile
# New ports collection makefile for: py-liblzma
|
|
# Date created: 09 Dec 2008
|
|
# Whom: David Naylor <naylor.b.david@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblzma
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}source/p/pyliblzma/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= naylor.b.david@gmail.com
|
|
COMMENT= Python binding for the LZMA compression library
|
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
|
LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/xz
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= py${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|