1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/www/py-beautifulsoup/Makefile
William Grzybowski d89a6d0ecc www/py-beautifulsoup: update to 4.4.1
- Add LICENSE
2015-11-14 21:17:47 +00:00

20 lines
357 B
Makefile

# Created by: Mike Meyer
# $FreeBSD$
PORTNAME= beautifulsoup
PORTVERSION= 4.4.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>