freebsd-ports/www/py-html3/Makefile
2021-04-06 16:31:07 +02:00

19 lines
367 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= html3
PORTVERSION= 1.18
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple, elegant HTML, XHTML and XML generation
LICENSE= BSD3CLAUSE
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>