mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
- Remove LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Chameleon
|
|
PORTVERSION= 3.2
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Fast HTML/XML Template Compiler
|
|
|
|
LICENSE= BSD4CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|