mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
27 lines
499 B
Makefile
27 lines
499 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|