18 lines
351 B
Makefile
18 lines
351 B
Makefile
PORTNAME= chevron
|
|
PORTVERSION= 0.14.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
COMMENT= Mustache templating language renderer
|
|
WWW= https://pypi.org/project/chevron/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|