Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= demjson |
8 |
PORTNAME= demjson |
9 |
PORTVERSION= 1.6 |
9 |
PORTVERSION= 1.6 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= devel python |
11 |
CATEGORIES= devel python |
11 |
MASTER_SITES= CHEESESHOP \ |
12 |
MASTER_SITES= CHEESESHOP \ |
12 |
http://deron.meranda.us/python/demjson/dist/ |
13 |
http://deron.meranda.us/python/demjson/dist/ |
Lines 18-21
Link Here
|
18 |
USE_PYTHON= yes |
19 |
USE_PYTHON= yes |
19 |
USE_PYDISTUTILS= yes |
20 |
USE_PYDISTUTILS= yes |
20 |
|
21 |
|
21 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.pre.mk> |
|
|
23 |
|
24 |
post-install: |
25 |
${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin |
26 |
|
27 |
.include <bsd.port.post.mk> |