freebsd-ports/devel/py-Jinja2-doc/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

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"