20 lines
303 B
Makefile
20 lines
303 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -doc
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Documentation of Jinja2 template engine
|
|
|
|
LICENSE= BSD
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-Jinja2
|
|
|
|
OPTIONS_DEFINE=
|
|
OPTIONS_DEFAULT=
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|