freebsd-ports/devel/py-PEAK-Rules/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

23 lines
689 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PEAK-Rules
PORTVERSION= 0.5a1
PORTREVISION= 4
CATEGORIES= devel python
MASTER_SITES= LOCAL/wen
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}.dev-r2686
MAINTAINER= wen@FreeBSD.org
COMMENT= Generic functions and business rules support systems
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Extremes>=1.1.1:devel/py-extremes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}AddOns>=0.6:devel/py-AddOns@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}BytecodeAssembler>0:devel/py-BytecodeAssembler@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>