openbsd-ports/devel/py-twisted/Makefile
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

15 lines
298 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/07/29 14:37:37 alek Exp $
SUBDIR += core
SUBDIR += conch
SUBDIR += lore
SUBDIR += mail
SUBDIR += names
SUBDIR += news
SUBDIR += runner
SUBDIR += web
SUBDIR += web2
SUBDIR += words
.include <bsd.port.subdir.mk>