mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e1732efe79
- Update to 4.3.2
21 lines
425 B
Makefile
21 lines
425 B
Makefile
# Created by: Mike Meyer
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= beautifulsoup
|
|
PORTVERSION= 4.3.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= beautifulsoup4-${PORTVERSION}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= beautifulsoup4
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYTHON_PY3K_PLIST_HACK= yes
|
|
|
|
.include <bsd.port.mk>
|