aboutsummaryrefslogblamecommitdiff
path: root/www/pyblosxom/Makefile
blob: 499108d8ad3a409eff744dd97db552b750c607cd (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
           

                         
                     
                          
                                                    

                                      
                                         
 

                   

                         
 
                    
 

                              
             
                         

                                                                       
      

                      
# Created by: Dryice Liu <dryice@liu.com.cn>
# $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

USES=		python:2
USE_PYTHON=	distutils

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${STAGEDIR}${DOCSDIR}
.endif

.include <bsd.port.mk>