mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
27 lines
713 B
Makefile
27 lines
713 B
Makefile
# New ports collection makefile for: pelican
|
|
# Date created: 2011-06-19
|
|
# Whom: Julien Laffaye <jlaffaye@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pelican
|
|
PORTVERSION= 2.8.0
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= Static blog generator
|
|
|
|
RUN_DEPENDS= rst2html:${PORTSDIR}/textproc/py-docutils \
|
|
markdown_py:${PORTSDIR}/textproc/py-markdown \
|
|
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5:${PORTSDIR}/devel/py-Jinja2 \
|
|
${PYTHON_PKGNAMEPREFIX}pygments>=1.4:${PORTSDIR}/textproc/py-pygments \
|
|
${PYTHON_SITELIBDIR}/feedgenerator.py:${PORTSDIR}/www/py-feedgenerator
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USE_PYTHON= 2.7+
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|