aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-18 16:03:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-18 16:03:41 +0000
commit8f26c0c28cfd3a80d3e5f184b2c564310bdf4557 (patch)
tree8c231abdbdf2c5336516ceb57db18987e3b1b267 /net
parent801ae32f6a4f2b51412882ed3f1e14cfb126f2b4 (diff)
downloadports-8f26c0c28cfd3a80d3e5f184b2c564310bdf4557.tar.gz
ports-8f26c0c28cfd3a80d3e5f184b2c564310bdf4557.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/pythondirector/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/net/pythondirector/Makefile b/net/pythondirector/Makefile
index 2c305bb4e0f1..8e5f605eb499 100644
--- a/net/pythondirector/Makefile
+++ b/net/pythondirector/Makefile
@@ -3,26 +3,28 @@
PORTNAME= pydirector
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= SF/pythondirector/pythondirector/pythondirector-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= python@FreeBSD.org
COMMENT= TCP load balancer written in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt
-USES= python twisted:run
-USE_PYTHON= distutils autoplist
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
+
+OPTIONS_DEFINE= DOCS
+
NO_ARCH= yes
+USE_PYTHON= autoplist distutils
+USES= python
PORTDOCS= *
-OPTIONS_DEFINE= DOCS
-
post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>