eric 7591c88979 - update to TwistedCore 2.5.0 and related subpackages
- add documentation and examples for twisted.doc
- disable twisted.web2 (still experimental and not working with 2.5.0 yet)
- take maintainership (requested by alek@)

with help from and tested by Will Maier and martynas@

ok martynas@
2008-03-26 19:57:23 +00:00

24 lines
461 B
Makefile

# $OpenBSD: Makefile.inc,v 1.2 2008/03/26 19:57:23 eric Exp $
CATEGORIES+= devel
MAINTAINER= Eric Faurot <eric@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
SUBST_VARS+= VERSION
.if empty(PKGNAME:L:M*core*)
RUN_DEPENDS+= :py-twisted-core-*:devel/py-twisted/core
.endif
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS+=${RUN_DEPENDS}