Lines 12-24
Link Here
|
12 |
MAINTAINER= wen@FreeBSD.org |
12 |
MAINTAINER= wen@FreeBSD.org |
13 |
COMMENT= Encoder, Decoder, and Lint/Validator for JSON |
13 |
COMMENT= Encoder, Decoder, and Lint/Validator for JSON |
14 |
|
14 |
|
|
|
15 |
LICENSE= LGPL3 |
16 |
|
15 |
USE_PYTHON= yes |
17 |
USE_PYTHON= yes |
16 |
USE_PYDISTUTILS= yes |
18 |
USE_PYDISTUTILS= yes |
17 |
|
19 |
|
18 |
NO_STAGE= yes |
|
|
19 |
.include <bsd.port.pre.mk> |
20 |
.include <bsd.port.pre.mk> |
20 |
|
21 |
|
21 |
post-install: |
22 |
post-install: |
22 |
${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin |
23 |
${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin |
23 |
|
24 |
|
24 |
.include <bsd.port.post.mk> |
25 |
.include <bsd.port.post.mk> |