opnsense-ports/www/py-html/Makefile
Franco Fichtner 3ab789fae6 */*: sync with upstream
Taken from: FreeBSD
2016-07-16 11:29:39 +02:00

20 lines
371 B
Makefile

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