1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/py-mechanize/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

19 lines
384 B
Makefile

# 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>