mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10914
17 lines
329 B
Makefile
17 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pypugjs
|
|
PORTVERSION= 4.2.2
|
|
CATEGORIES= devel lang python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mmokhi@FreeBSD.org
|
|
COMMENT= PugJS syntax adapter for Django, Jinja2 and Mako templates
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|