1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/pelican/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

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>