2013-08-18 16:36:52 +02:00
|
|
|
# Created by: Dryice Liu <dryice@liu.com.cn>
|
2011-10-06 02:25:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pyblosxom
|
2013-08-18 16:36:52 +02:00
|
|
|
DISTVERSION= 1.5.3
|
2011-10-06 02:25:01 +02:00
|
|
|
CATEGORIES= www python
|
2013-08-18 16:36:52 +02:00
|
|
|
MASTER_SITES= http://pyblosxom.github.io/download/
|
2011-10-06 02:25:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= jun-g@daemonfreaks.com
|
|
|
|
COMMENT= A lightweight weblog system
|
|
|
|
|
2012-01-28 19:44:30 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USE_PYTHON= -2.7
|
2011-10-06 02:25:01 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2012-01-28 19:44:30 +01:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2013-08-18 16:36:52 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-01-28 19:44:30 +01:00
|
|
|
post-install:
|
2013-08-18 16:36:52 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2012-01-28 19:44:30 +01:00
|
|
|
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${DOCSDIR}
|
|
|
|
.endif
|
2011-10-06 02:25:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|