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