ports/devel/py-pypugjs/Makefile
Mahdi Mokhtari faa582f6ac devel/py-gdbgui: Update to 0.7.6.2
Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10914
2017-05-30 14:40:27 +00:00

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>