freebsd-ports/devel/py-Jinja2-doc/Makefile
Ruslan Makhmatkhanov 3605873564 devel/py-Jinja2: support staging and do general clean-up
- 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)
2014-03-03 09:04:41 +00:00

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"