aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-html3/Makefile
blob: 42c17f8af2c741006c77134040aea6152b261b09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	html3
PORTVERSION=	1.18
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Simple, elegant HTML, XHTML and XML generation
WWW=		https://pypi.org/project/html3/

LICENSE=	BSD3CLAUSE

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>