head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.57;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.48;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.14.21.58.41;	author jlaffaye;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.07.10.26.26;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2011.06.19.18.23.32;	author jlaffaye;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pelican
# Date created:		2011-06-19
# Whom:			Julien Laffaye <jlaffaye@@FreeBSD.org>
#
# $FreeBSD: head/www/pelican/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.4
log
@- 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)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 2.8.0
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@- Fix depobj

Submitted by:	wen
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.7.2
@


1.1
log
@Add pelican, a static blog generator

Approved by:	bapt (mentor)
@
text
@d17 1
a17 1
		markdown:${PORTSDIR}/textproc/py-markdown \
@

