2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Dryice Liu <dryice@dryice.name>
|
2006-11-15 15:12:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qpy
|
2011-03-11 16:49:36 +01:00
|
|
|
PORTVERSION= 1.8
|
2006-11-15 15:12:36 +01:00
|
|
|
CATEGORIES= www python
|
2011-08-16 06:55:59 +02:00
|
|
|
MASTER_SITES= http://www.mems-exchange.org/software/qpy/ \
|
|
|
|
LOCAL/sunpoet
|
2006-11-15 15:12:36 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-06-14 21:37:44 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2006-11-15 15:12:36 +01:00
|
|
|
COMMENT= Generating safely-quoted html text from python code
|
|
|
|
|
2012-06-18 18:33:24 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2013-11-20 04:22:08 +01:00
|
|
|
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
2012-06-18 18:33:24 +02:00
|
|
|
|
2011-06-14 21:37:44 +02:00
|
|
|
MAKE_ENV= USE_DISTUTILS=yes
|
2013-11-30 10:57:23 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-09-07 19:53:23 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
2013-11-20 04:22:08 +01:00
|
|
|
USE_PYTHON= -2.7
|
2006-11-15 15:12:36 +01:00
|
|
|
|
2013-11-30 10:57:23 +01:00
|
|
|
PORTDOCS= CHANGES.txt LICENSE.txt README.txt
|
2012-06-18 18:33:24 +02:00
|
|
|
|
2006-11-15 15:12:36 +01:00
|
|
|
post-install:
|
2013-11-20 04:22:08 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
2013-11-30 10:57:23 +01:00
|
|
|
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
2006-11-15 15:12:36 +01:00
|
|
|
|
2011-03-11 16:49:36 +01:00
|
|
|
.include <bsd.port.mk>
|