1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/www/py-beautifulsoup32/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

22 lines
489 B
Makefile

# Created by: Mike Meyer <mwm@mired.org>
# $FreeBSD$
PORTNAME= beautifulsoup
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 32
DISTNAME= BeautifulSoup-${PORTVERSION}
MAINTAINER= mwm@mired.org
COMMENT= HTML/XML Parser for Python
USES= python:2.7
USE_PYTHON= autoplist distutils
CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
.include <bsd.port.mk>