freebsd-ports/www/py-beautifulsoup/Makefile
2016-08-24 18:42:18 +00:00

19 lines
357 B
Makefile

# Created by: Mike Meyer
# $FreeBSD$
PORTNAME= beautifulsoup
PORTVERSION= 4.5.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= beautifulsoup4-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= HTML/XML Parser for Python
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>