bf9444a03b
PR: 132793 Submitted by: Wen Heping <wenheping@gmail.com>i Approved by: maintainer timeout
23 lines
487 B
Makefile
23 lines
487 B
Makefile
# New ports collection makefile for: py-pyke
|
|
# Date created: 2008-12-23
|
|
# Whom: Thinker K.F. Li <thinker@branda.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pyke
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= thinker@branda.to
|
|
COMMENT= Python Knowledge Engine
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=2.3:${PORTSDIR}/devel/py-ply
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include <bsd.port.post.mk>
|