mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
19 lines
368 B
Makefile
19 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>
|