3605873564
- clarify license (BSD3C) - do not use easy_install for installation and convert to auto-generated packing list - add staging support - utilize options helpers - use PYTHON_REL instead of PYTHON_VERSION to build docs for python >= 3.2, not only for 3.2 - unmute installation commands - remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's implemented in bsd.python.mk - bump PORTREVISION because of package change Approved by: nivit (maintainer, explicitly for such changes in his ports)
17 lines
268 B
Makefile
17 lines
268 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=
|
|
OPTIONS_DEFAULT=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|