Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
17 lines
273 B
Makefile
17 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -doc
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Documentation of Jinja2 template engine
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-Jinja2
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_DEFAULT=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|