aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-qpy/Makefile
blob: c7863fd203a3f7f4da41a73023251f6667fe9400 (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
30
31
32
33
# New ports collection makefile for:    py-qpy
# Date created:     13 Nov 2006
# Whom:             Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#

PORTNAME=   qpy
PORTVERSION=    1.6
PORTREVISION=   1
CATEGORIES= www python
MASTER_SITES=   http://www.mems-exchange.org/software/qpy/ \
        ${MASTER_SITE_LOCAL} \
        http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Generating safely-quoted html text from python code

USE_PYTHON= 2.5+
USE_PYDISTUTILS=    yes

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${DOCSDIR}
.for docfile in CHANGES.txt LICENSE.txt README.txt
    @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>