# Created by: Dryice Liu # $FreeBSD: head/devel/py-ruledispatch/Makefile 412346 2016-04-01 14:00:51Z mat $ PORTNAME= RuleDispatch PORTVERSION= 0.5.a1.r2717 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ \ http://peak.telecommunity.com/snapshots/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-0.5a1.dev-r2717 MAINTAINER= nivit@FreeBSD.org COMMENT= Rule-based Dispatching and Generic Functions LICENSE= PSFL ZPL21 LICENSE_COMB= dual RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Extremes>=1.1:devel/py-extremes \ ${PYTHON_PKGNAMEPREFIX}PyProtocols>=1.0.a0.r2302:devel/py-protocols-devel USES= python USE_PYTHON= distutils autoplist # to have a platform/release indipendent directory (necessary for strip cmd) pre-build: @(cd ${BUILD_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} setopt -c build -o build-platlib -s FreeBSD.build) pre-install: @${STRIP_CMD} ${WRKSRC}/FreeBSD.build/dispatch/_d_speedups.so .include