aboutsummaryrefslogtreecommitdiff
path: root/www/py-blogofile/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-20 17:24:23 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-20 17:24:23 +0000
commit916c5a7eb4815b0a68b4a7e5ecf3b2303059e8c0 (patch)
tree5154793c791a5c438c29207f3be2368b7b8b4cfc /www/py-blogofile/Makefile
parentf2d9a5ded5225d107a96f11af136f4a12f56b0cd (diff)
downloadports-916c5a7eb4815b0a68b4a7e5ecf3b2303059e8c0.tar.gz
ports-916c5a7eb4815b0a68b4a7e5ecf3b2303059e8c0.zip
Notes
Diffstat (limited to 'www/py-blogofile/Makefile')
-rw-r--r--www/py-blogofile/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/www/py-blogofile/Makefile b/www/py-blogofile/Makefile
index 6d34b14e4580..9f27c5d5ca17 100644
--- a/www/py-blogofile/Makefile
+++ b/www/py-blogofile/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: py-blogofile
-# Date created: 2011-03-10
-# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
-#
+# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= blogofile
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/B/Blogofile
@@ -15,8 +12,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A static website compiler and blog engine
+LICENSE= MIT
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \
+ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0<4:${PORTSDIR}/www/py-beautifulsoup32 \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}textile>0:${PORTSDIR}/www/py-textile \
@@ -25,8 +24,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \
${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}docutils>0:${PORTSDIR}/textproc/py-docutils
-LICENSE= MIT
-
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Blogofile