# Created by: Dryice Liu # $FreeBSD$ PORTNAME= pyblosxom DISTVERSION= 1.5.3 CATEGORIES= www python MASTER_SITES= http://pyblosxom.github.io/download/ MAINTAINER= jun-g@daemonfreaks.com COMMENT= Lightweight weblog system LICENSE= MIT USE_PYTHON= 2 USE_PYDISTUTILS= yes OPTIONS_DEFINE= DOCS .include post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${STAGEDIR}${DOCSDIR} .endif .include