Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: beautifulsoup |
1 |
# Created by: Mike Meyer |
2 |
# Date created: 25 July 2012 |
|
|
3 |
# Whom: Mike Meyer |
4 |
# |
5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= beautifulsoup |
4 |
PORTNAME= beautifulsoup |
9 |
PORTVERSION= 4.1.3 |
5 |
PORTVERSION= 4.1.3 |
Lines 15-22
Link Here
|
15 |
MAINTAINER= william88@gmail.com |
11 |
MAINTAINER= william88@gmail.com |
16 |
COMMENT= HTML/XML Parser for Python |
12 |
COMMENT= HTML/XML Parser for Python |
17 |
|
13 |
|
18 |
USE_PYTHON= 2.7 |
14 |
# Python3 ready |
|
|
15 |
USE_PYTHON= yes |
19 |
USE_PYDISTUTILS= yes |
16 |
USE_PYDISTUTILS= yes |
20 |
PYDISTUTILS_PKGNAME= beautifulsoup4 |
17 |
PYDISTUTILS_PKGNAME= beautifulsoup4 |
21 |
|
18 |
|
22 |
.include <bsd.port.mk> |
19 |
.include <bsd.port.pre.mk> |
|
|
20 |
|
21 |
.if ${PYTHON_REL} >= 320 |
22 |
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" |
23 |
.endif |
24 |
|
25 |
.include <bsd.port.post.mk> |