freebsd-ports/devel/py-sgmllib3k/Makefile
Sofian Brabez 34dfcdfc4d devel/py-sgmllib3k: new port
sgmllib3k is a Python 3 port of the old Python 2's sgmllib stdlib module.

sgmllib was dropped from the Python standard library in Python 3. This package
provides a port of the library to Python 3.

WWW: https://pypi.org/project/sgmllib3k/
2021-04-15 21:00:11 +00:00

17 lines
305 B
Makefile

PORTNAME= sgmllib3k
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python 3 port of sgmllib
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>