9b22d7be24
Command line tools and libraries for handling and manipulating ISO 28500 WARC files and their HTTP contents. WWW: https://pypi.python.org/pypi/warctools PR: 205739 Submitted by: phk Sponsored by: PortsCamp Taiwan
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# Created by: Poul-Henning Kamp <phk@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= warctools
|
|
PORTVERSION= 4.9.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
|
|
|
|
.include <bsd.port.mk>
|