openbsd-ports/devel/py-ruledispatch/Makefile
martynas bdcef3b25b as is a special keyword in python2.6. rename it to dispatch_as;
unbreaking build for MODPY_VERSION=2.6.  noticed by sthen@ in a bulk build
fgs@ ok
2009-08-06 23:36:44 +00:00

36 lines
823 B
Makefile

# $OpenBSD: Makefile,v 1.7 2009/08/06 23:36:44 martynas Exp $
COMMENT= rule-based dispatching and generic functions
VERSION= 0.5
REVISION= 2306
DISTNAME= RuleDispatch
PKGNAME= py-ruledispatch-${VERSION}r${REVISION}p2
CATEGORIES= devel
HOMEPAGE= http://peak.telecommunity.com/
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
# PSF/ZPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://mirrors.protection.cx/~martynas/python/
DISTFILES= RuleDispatch-${VERSION}a0.dev-r${REVISION}${EXTRACT_SUFX}
MODULES= lang/python
RUN_DEPENDS= ::devel/py-protocols
REGRESS_DEPENDS= ::devel/py-protocols
MODPY_SETUPTOOLS= Yes
# make regress happy after fake
post-install:
rm -fr ${WRKSRC}/src/RuleDispatch.egg-info
.include <bsd.port.mk>