aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-qpy/Makefile
blob: c83cbacf8809c9b8c2ab938649d61180df4ed8d6 (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
26
27
28
29
# 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

MAKE_ENV=   USE_DISTUTILS=yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS=    yes

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}/
    @cd ${WRKSRC} && \
        ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${DOCSDIR}/
.endif

.include <bsd.port.mk>