aboutsummaryrefslogtreecommitdiff
path: root/www/py-html3/Makefile
blob: 67604d19908110bbf2bd6e2588b432158549cc48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>