openbsd-ports/devel/py-ruledispatch/Makefile
2007-10-08 08:22:38 +00:00

36 lines
842 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $
COMMENT= rule-based dispatching and generic functions
VERSION= 0.5
REVISION= 2306
DISTNAME= RuleDispatch
PKGNAME= py-ruledispatch-${VERSION}r${REVISION}p0
CATEGORIES= devel lang/python
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= ${MASTER_SITE_SUNSITE:=distributions/gentoo/distfiles/}
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>