1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/py-html3/Makefile
Danilo G. Baio 5569291f9a www/py-html3: Add missing Python version requirement
Requires Python 3.5+

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2020-08-19 23:02:47 +00:00

21 lines
379 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
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>