openbsd-ports/devel/py-peak-rules/Makefile
martynas ae1ab945e2 import py-peak-rules-0.5r2582
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out
of the box, it supports multiple-dispatch on positional arguments
using tuples of types, full predicate dispatch using strings
containing Python expressions, and CLOS-like method combining. (But
the framework allows you to mix and match dispatch engines and
custom method combinations, if you need or want to.)

ok fgs@
2009-04-05 01:40:34 +00:00

38 lines
943 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/04/05 01:40:34 martynas Exp $
COMMENT = generic functions support systems
MODPY_EGG_VERSION = 0.5
REVISION = 2582
DISTNAME = PEAK-Rules-${MODPY_EGG_VERSION}a1.dev-r${REVISION}
PKGNAME = py-peak-rules-${MODPY_EGG_VERSION}r${REVISION}
CATEGORIES = devel
HOMEPAGE = http://pypi.python.org/pypi/PEAK-Rules/
MAINTAINER = Martynas Venckus <martynas@openbsd.org>
# PSF
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://peak.telecommunity.com/snapshots/
MODULES = lang/python
RUN_DEPENDS = ::devel/py-bytecodeassembler \
::devel/py-decoratortools \
::devel/py-addons \
::devel/py-extremes
BUILD_DEPENDS = ${RUN_DEPENDS}
MODPY_SETUPTOOLS = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-peak-rules
${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/py-peak-rules/
.include <bsd.port.mk>