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