pkgsrc-wip/py-PythonDirector/Makefile
2004-05-09 23:50:57 +00:00

20 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/05/10 01:21:28 blef Exp $
#
DISTNAME= pydirector-0.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://cesnet.dl.sourceforge.net/sourceforge/pythondirector/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://cesnet.dl.sourceforge.net/sourceforge/pythondirector/
COMMENT= Pure-python TCP load balancer
USE_BUILDLINK3= yes
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
DEPENDS+= ${PYPKGPREFIX}-Twisted-[0-9]*:../../wip/py-twisted
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"