15 lines
260 B
Makefile
15 lines
260 B
Makefile
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"
|