freebsd-ports/www/py-mechanize/Makefile

28 lines
675 B
Makefile
Raw Normal View History

# 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
CATEGORIES= www python
2008-09-25 08:27:54 +02:00
MASTER_SITES= CHEESESHOP \
http://wwwsearch.sourceforge.net/mechanize/src/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
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
USE_PYTHON= yes
2008-09-25 08:27:54 +02:00
USE_PYDISTUTILS= easy_install
2008-09-25 08:27:54 +02:00
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
2008-09-25 08:27:54 +02:00
.include <bsd.port.mk>