forked from Lainports/opnsense-ports
13 lines
244 B
Makefile
13 lines
244 B
Makefile
PKGNAMESUFFIX= -doc
|
|
|
|
COMMENT= Documentation of Jinja2 template engine
|
|
WWW= http://jinja.pocoo.org/docs/
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-Jinja2
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_DEFAULT=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|