2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Clement Laforet <clement@FreeBSD.org>
|
2004-02-26 22:39:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pydirector
|
2005-02-03 22:20:43 +01:00
|
|
|
PORTVERSION= 1.0.0
|
2017-05-18 18:03:41 +02:00
|
|
|
PORTREVISION= 2
|
2004-02-26 22:39:56 +01:00
|
|
|
CATEGORIES= net python
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/pythondirector/pythondirector/pythondirector-${PORTVERSION}
|
2004-02-26 22:39:56 +01:00
|
|
|
|
2017-05-18 18:03:41 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= TCP load balancer written in Python
|
2004-02-26 22:39:56 +01:00
|
|
|
|
2014-07-31 12:40:21 +02:00
|
|
|
LICENSE= MIT
|
2016-05-23 12:54:42 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt
|
2004-02-26 22:39:56 +01:00
|
|
|
|
2017-05-18 18:03:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-05-23 12:54:42 +02:00
|
|
|
NO_ARCH= yes
|
2017-05-18 18:03:41 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
USES= python
|
2004-02-26 22:39:56 +01:00
|
|
|
|
2014-07-31 12:40:21 +02:00
|
|
|
PORTDOCS= *
|
2014-07-04 23:44:04 +02:00
|
|
|
|
2016-05-23 12:54:42 +02:00
|
|
|
post-install-DOCS-on:
|
2017-05-18 18:03:41 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
2014-07-31 12:40:21 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/
|
2004-02-26 22:39:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|