Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= simplejson |
8 |
PORTNAME= simplejson |
9 |
PORTVERSION= 1.4 |
9 |
PORTVERSION= 1.4 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= devel python |
11 |
CATEGORIES= devel python |
11 |
MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/ |
12 |
MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/ |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
13 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 19-23
Link Here
|
19 |
|
20 |
|
20 |
USE_PYTHON= yes |
21 |
USE_PYTHON= yes |
21 |
USE_PYDISTUTILS= yes |
22 |
USE_PYDISTUTILS= yes |
|
|
23 |
|
24 |
PYSIMPLEJSON_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg |
25 |
|
26 |
PLIST_SUB+= PYSIMPLEJSON_EGG=${PYSIMPLEJSON_EGG} \ |
27 |
EGG_VER="${PORTNAME}==${PORTVERSION}" |
22 |
|
28 |
|
23 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |