1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/py-qpy/Makefile
Sunpoet Po-Chuan Hsieh 4ac54c9d25 - Do not silene installation message
- Convert to new options framework
2012-06-18 16:33:24 +00:00

33 lines
696 B
Makefile

# New ports collection makefile for: py-qpy
# Date created: 13 Nov 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= qpy
PORTVERSION= 1.8
CATEGORIES= www python
MASTER_SITES= http://www.mems-exchange.org/software/qpy/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generating safely-quoted html text from python code
OPTIONS_DEFINE= DOCS
MAKE_ENV= USE_DISTUTILS=yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${DOCSDIR}/
.endif
.include <bsd.port.mk>