aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-mechanize/Makefile
blob: 3e5b4b0121b0d01a2962d4bd71c2c242f961f1bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: ijliao
# $FreeBSD$

PORTNAME=   mechanize
PORTVERSION=    0.2.5
PORTREVISION=   1
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

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>