freebsd-ports/www/py-beautifulsoup460/Makefile
Sunpoet Po-Chuan Hsieh 6ae3292d49 Add PORTSCOUT
2019-04-27 18:26:11 +00:00

24 lines
423 B
Makefile

# Created by: Mike Meyer
# $FreeBSD$
PORTNAME= beautifulsoup4
PORTVERSION= 4.6.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTML/XML Parser for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTSCOUT= ignore:1
.include <bsd.port.mk>