2005-04-29 09:06:01 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: py-mechanize
|
|
|
|
# Date created: Apr 29, 2005
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mechanize
|
2008-09-25 08:27:54 +02:00
|
|
|
PORTVERSION= 0.1.9
|
2005-04-29 09:06:01 +02:00
|
|
|
CATEGORIES= www python
|
2008-09-25 08:27:54 +02:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
http://wwwsearch.sourceforge.net/mechanize/src/
|
2005-04-29 09:06:01 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2007-04-18 07:51:30 +02:00
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
2005-04-29 09:06:01 +02:00
|
|
|
COMMENT= Stateful programmatic web browsing in Python
|
|
|
|
|
2008-09-25 08:27:54 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clientform>0:${PORTSDIR}/www/py-clientform
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clientform>0:${PORTSDIR}/www/py-clientform
|
2005-04-29 09:06:01 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2008-09-25 08:27:54 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2005-04-29 09:06:01 +02:00
|
|
|
|
2008-09-25 08:27:54 +02:00
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
2005-04-29 09:06:01 +02:00
|
|
|
|
2008-09-25 08:27:54 +02:00
|
|
|
.include <bsd.port.mk>
|