freebsd-ports/devel/py-PEAK-Rules/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
646 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 \
${PYTHON_PKGNAMEPREFIX}AddOns>=0.6:devel/py-AddOns \
${PYTHON_PKGNAMEPREFIX}BytecodeAssembler>0:devel/py-BytecodeAssembler
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>