mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
Changes: https://github.com/kakulukia/pypugjs/blob/master/docs/HISTORY.rst https://github.com/kakulukia/pypugjs/commits/master
20 lines
491 B
Makefile
20 lines
491 B
Makefile
PORTNAME= pypugjs
|
|
PORTVERSION= 5.9.10
|
|
CATEGORIES= devel lang python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PugJS syntax adapter for Django, Jinja2 and Mako templates
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0,1:textproc/py-chardet@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|