mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
d94214dbbc
- Add backup mirror Reported by: erwin/pav/qat
30 lines
866 B
Makefile
30 lines
866 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= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.dev-r2582
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
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_r2582
|
|
|
|
.include <bsd.port.mk>
|