blob: f76908c22650ff880253240302167fcedfa90051 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= ports@FreeBSD.org
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.mk>
|