opnsense-ports/www/py-mechanize/Makefile
Franco Fichtner 0e33a2e9f9 */*: sync with upstream
Taken from: HardenedBSD
2017-12-01 06:13:09 +01: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>