1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/pyblosxom/Makefile
2020-03-08 17:01:46 +00:00

33 lines
666 B
Makefile

# Created by: Dryice Liu <dryice@liu.com.cn>
# $FreeBSD$
PORTNAME= pyblosxom
DISTVERSION= 1.5.3
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://pyblosxom.github.io/download/
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Lightweight weblog system
LICENSE= MIT
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-09-15
USES= python:2.7 shebangfix
USE_PYTHON= distutils
SHEBANG_FILES= Pyblosxom/data/pyblosxom.cgi
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>