freebsd-ports/www/py-mechanize/Makefile
Antoine Brodin 3b4eae371d py-mechanize only works on python 2.x
With hat:	portmgr
2017-11-30 20:28:15 +00:00

19 lines
393 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= mechanize
PORTVERSION= 0.3.6
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
LICENSE= BSD3CLAUSE
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>