freebsd-ports/archivers/py-bz2file/Makefile
Martin Wilke e32ad52a0f Bz2file is a Python library for reading and writing bzip2-compressed files.
It contains a drop-in replacement for the file interface in the standard
library's bz2 module, including features from the latest development version
of CPython that are not available in older releases.

WWW: https://github.com/nvawda/bz2file/

PR:		205641
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-12-31 03:28:02 +00:00

19 lines
368 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= bz2file
PORTVERSION= 0.98
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Read and write bzip2-compressed files
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>