freebsd-ports/archivers/py-warctools/Makefile
2021-04-06 16:31:07 +02:00

18 lines
368 B
Makefile

# Created by: Poul-Henning Kamp <phk@FreeBSD.org>
PORTNAME= warctools
PORTVERSION= 4.10.0
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Tools for debugging ISO28500/WARC files
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:3.6+
.include <bsd.port.mk>