blob: 87d51f6fb6a818dc63827821ca421bc4e402e5d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|