54a04228f2
- unbreak twisted.web2 - remove dropin.cache when deleting py-twisted-core help and ok martynas@
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# $OpenBSD: Makefile.inc,v 1.3 2008/04/15 11:04:27 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
|
|
|
|
MODPY_EGG_VERSION?= ${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}
|