1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/archivers/py-warctools/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
380 B
Makefile

# Created by: Poul-Henning Kamp <phk@FreeBSD.org>
# $FreeBSD$
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>