summaryrefslogtreecommitdiff
path: root/archivers/py-bz2file/Makefile
blob: 97a38003dfca04af077097a1fb1c631fc16ea261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	bz2file
PORTVERSION=	0.98
PORTREVISION=	1
CATEGORIES=	archivers python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Read and write bzip2-compressed files
WWW=		https://github.com/nvawda/bz2file

LICENSE=	APACHE20

USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>