openbsd-ports/devel/py-twisted/Makefile.inc
alek edfd8fecc4 Import Twisted and its modules.
Twisted Core is an asynchronous event loop and associated utilities,
supporting TCP, UDP, multicast, SSL/TLS, serial communication and more.
It is used by most of the servers, clients and protocols that are part
of other Twisted projects.

With help from Eric Faurot <eric.faurot@gmail.com> and sturm@
2006-07-29 14:37:37 +00:00

22 lines
453 B
Makefile

# $OpenBSD: Makefile.inc,v 1.1.1.1 2006/07/29 14:37:37 alek Exp $
CATEGORIES+= devel
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
# MIT/X
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
EXTRACT_SUFX= .tar.bz2
MODULES= lang/python
.if empty(PKGNAME:L:M*core*)
RUN_DEPENDS+= :py-twisted-core-*:devel/py-twisted/core
.endif
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS+=${RUN_DEPENDS}