2011-10-06 02:25:01 +02:00
|
|
|
# New ports collection makefile for: pyblosxom
|
|
|
|
# Date created: 13 April 2005
|
|
|
|
# Whom: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pyblosxom
|
2012-01-28 19:44:30 +01:00
|
|
|
DISTVERSION= 1.5.2
|
2011-10-06 02:25:01 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://pyblosxom.bluesock.org/download/
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${DOCSDIR}
|
|
|
|
.endif
|
2011-10-06 02:25:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|