2002-02-09 10:11:49 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: googolplex
|
|
|
|
# Date created: Feb 9, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= googolplex
|
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= http://googolplex.sourceforge.net/source/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Query Google, parse it and returns the result as a list
|
2002-02-09 10:11:49 +00:00
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/googolplex.py
|
2002-02-09 10:11:49 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/googolplex.py ${PYTHON_SITELIBDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|