- Enable python 3 support
PR: ports/175509 Submitted by: William Grzybowski <william88@gmail.com> Approved by: William Grzybowski <william88@gmail.com> (maintainer)
This commit is contained in:
parent
6165714641
commit
507cf99b7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313417
1 changed files with 10 additions and 7 deletions
|
@ -1,12 +1,9 @@
|
|||
# New ports collection makefile for: beautifulsoup
|
||||
# Date created: 25 July 2012
|
||||
# Whom: Mike Meyer
|
||||
#
|
||||
# Created by: Mike Meyer
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= beautifulsoup
|
||||
PORTVERSION= 4.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,8 +12,14 @@ DISTNAME= beautifulsoup4-${PORTVERSION}
|
|||
MAINTAINER= william88@gmail.com
|
||||
COMMENT= HTML/XML Parser for Python
|
||||
|
||||
USE_PYTHON= 2.7
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= beautifulsoup4
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 320
|
||||
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue