freebsd-ports/archivers/py-bz2file/Makefile

18 lines
343 B
Makefile
Raw Normal View History

PORTNAME= bz2file
PORTVERSION= 0.98
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>