Lines 2-11
Link Here
|
2 |
# $FreeBSD: head/www/py-beautifulsoup32/Makefile 329129 2013-10-02 23:38:51Z wg $ |
2 |
# $FreeBSD: head/www/py-beautifulsoup32/Makefile 329129 2013-10-02 23:38:51Z wg $ |
3 |
|
3 |
|
4 |
PORTNAME= beautifulsoup |
4 |
PORTNAME= beautifulsoup |
5 |
PORTVERSION= 3.2.0 |
5 |
PORTVERSION= 3.2.1 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
8 |
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ |
7 |
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/ |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
PKGNAMESUFFIX= 32 |
9 |
PKGNAMESUFFIX= 32 |
11 |
DISTNAME= BeautifulSoup-${PORTVERSION} |
10 |
DISTNAME= BeautifulSoup-${PORTVERSION} |
Lines 19-23
Link Here
|
19 |
|
18 |
|
20 |
CONFLICTS= py[0-9]*-beautifulsoup-3.0.* |
19 |
CONFLICTS= py[0-9]*-beautifulsoup-3.0.* |
21 |
|
20 |
|
22 |
NO_STAGE= yes |
|
|
23 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |