blob: 9c919e9356fb1993218b8cb370f01cb881fa9329 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# Ports collection makefile for: py-mechanize
# Date created: Apr 29, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mechanize
PORTVERSION= 0.2.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://wwwsearch.sourceforge.net/mechanize/src/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Stateful programmatic web browsing in Python
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>
|