freebsd-ports/archivers/py-warctools/Makefile
Sunpoet Po-Chuan Hsieh 9b22d7be24 - Add py-warctools 4.9.0
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
2016-01-17 13:12:46 +00:00

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>