1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/py-beautifulsoup32/Makefile
Ruslan Makhmatkhanov e5d21a11c8 www-beautitifulsoup: convert to USES=python
- convert to USES=python
- remove pkg-plist and limit py-beautifulsoup32 to python2:
  """
  Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 22
    print "Unit tests have failed!"
                                  ^
  SyntaxError: invalid syntax
  """

Approved by:	portmgr (blanket)
2014-10-18 10:52:53 +00:00

21 lines
471 B
Makefile

# Created by: Mike Meyer <mwm@mired.org>
# $FreeBSD$
PORTNAME= beautifulsoup
PORTVERSION= 3.2.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
USE_PYTHON= autoplist distutils
CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
.include <bsd.port.mk>