29 lines
833 B
Makefile
29 lines
833 B
Makefile
# New ports collection makefile for: PEAK-Rules
|
|
# Date created: 23 June, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PEAK-Rules
|
|
PORTVERSION= 0.5a1
|
|
PORTREVISION= 3
|
|
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:${PORTSDIR}/devel/py-extremes \
|
|
${PYTHON_PKGNAMEPREFIX}AddOns>=0.6:${PORTSDIR}/devel/py-AddOns \
|
|
${PYTHON_PKGNAMEPREFIX}BytecodeAssembler>0:${PORTSDIR}/devel/py-BytecodeAssembler
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= PEAK_Rules
|
|
PYDISTUTILS_PKGVERSION= 0.5a1.dev_r2686
|
|
|
|
.include <bsd.port.mk>
|