|
Lines 3-12
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= solidity |
4 |
PORTNAME= solidity |
| 5 |
PORTVERSION= 0.4.23 |
5 |
PORTVERSION= 0.4.23 |
|
|
6 |
PORTREVISION= 1 |
| 6 |
CATEGORIES= lang |
7 |
CATEGORIES= lang |
| 7 |
MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ |
8 |
MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ |
| 8 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
9 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
| 9 |
|
10 |
|
|
|
11 |
PATCH_SITES= https://github.com/ethereum/${PORTNAME}/commit/ |
| 12 |
PATCHFILES= 0b31055930a9.patch:-p1 |
| 13 |
|
| 10 |
MAINTAINER= ale@FreeBSD.org |
14 |
MAINTAINER= ale@FreeBSD.org |
| 11 |
COMMENT= Solidity Contract-Oriented Programming Language |
15 |
COMMENT= Solidity Contract-Oriented Programming Language |
| 12 |
|
16 |
|