blob: bb51a808e839c3b830b3fa166095d35228ebb7a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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= A lightweight weblog system
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${DOCSDIR}
.endif
.include <bsd.port.mk>
|