67d67d2edb
- Use python auto plist - Use python 3k knob - Allow staging
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# Created by: Mike Meyer
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= beautifulsoup
|
|
PORTVERSION= 4.3.1
|
|
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>
|