1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/py-qpy/Makefile
Martin Wilke 478213acb6 - Update to 1.5
PR:             ports/105625
Submitted by:   Dryice Liu <dryice@dryice.name> ( maintainer)
2006-11-17 09:20:51 +00:00

32 lines
708 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.5
CATEGORIES= www python
MASTER_SITES= http://www.mems-exchange.org/software/qpy/ \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dryice@dryice.name
COMMENT= Generating safely-quoted html text from python code
USE_PYTHON= 2.4+
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>