1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/archivers/py-bz2file/Makefile
2021-04-06 16:31:07 +02:00

19 lines
363 B
Makefile

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