freebsd-ports/net/pythondirector/Makefile

31 lines
648 B
Makefile
Raw Normal View History

# Created by: Clement Laforet <clement@FreeBSD.org>
# $FreeBSD$
PORTNAME= pydirector
2005-02-03 22:20:43 +01:00
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= SF/pythondirector/pythondirector/pythondirector-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= TCP load balancer written in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
OPTIONS_DEFINE= DOCS
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
PORTDOCS= *
2014-07-04 23:44:04 +02:00
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>